Skip to content

Commit

Permalink
Update release-and-publish-to-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jankoslavic authored Dec 23, 2024
1 parent 7b570e8 commit e2f5fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-and-publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.13'

- name: Install dependencies
run: pip install setuptools wheel twine build
Expand All @@ -25,4 +25,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@v1.4.2
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit e2f5fbb

Please sign in to comment.