diff --git a/.github/workflows/pypi_deploy.yml b/.github/workflows/pypi_deploy.yml index ea5e33e..ce5ea9f 100644 --- a/.github/workflows/pypi_deploy.yml +++ b/.github/workflows/pypi_deploy.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9] + python-version: [3.10] steps: - name: Checkout Codes uses: actions/checkout@v2 @@ -39,4 +39,4 @@ jobs: if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master with: - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }}