Skip to content

Commit

Permalink
Update publish-to-pypi.yml; fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
bonicim committed May 17, 2024
1 parent bb2a2fb commit 796722d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Build and publish distribution 📦 to Test PyPI
uses: JRubics/poetry-publish@v2.0
with:
python_version: "3.11.8"
python_version: "3.11"
pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"

- name: Build and publish distribution 📦 to PyPI
uses: JRubics/poetry-publish@v2.0
with:
python_version: "3.11.18"
python_version: "3.11"
pypi_token: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 796722d

Please sign in to comment.