diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c28522..2c3da6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,10 +46,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.10 + - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: 3.x - name: PyPi Deploy preparation run: |