Skip to content

Commit

Permalink
fix(publish_workflow): correct gh-action-pypi
Browse files Browse the repository at this point in the history
Took 14 minutes
  • Loading branch information
vinicius-oa committed Feb 24, 2024
1 parent 9188e82 commit e644e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit e644e8d

Please sign in to comment.