Skip to content

Commit

Permalink
Fix pypi deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinkens committed Jul 17, 2024
1 parent 70a1e24 commit a3cb9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sdist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Publish package to PyPI
if: github.event.action == 'published'
uses: pypa/gh-action-pypi-publish@v1.8.12
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit a3cb9a8

Please sign in to comment.