Skip to content

Commit

Permalink
Merge pull request #91 from lochhh/update-pypi-publish-version
Browse files Browse the repository at this point in the history
Use pypa/gh-action-pypi-publish stable release v1
  • Loading branch information
alessandrofelder authored Feb 4, 2025
2 parents cf595fc + 4a7f94e commit e02d819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
name: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@v1.12.3
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TWINE_API_KEY }}

0 comments on commit e02d819

Please sign in to comment.