Skip to content

Commit

Permalink
Merge pull request #129 from storpipfugl/dependabot/github_actions/py…
Browse files Browse the repository at this point in the history
…pa/gh-action-pypi-publish-1.11.0
  • Loading branch information
djhoese authored Nov 2, 2024
2 parents 7421bfc + 3904b4b commit ce58cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
path: dist
- name: Publish package to PyPI
if: github.event.action == 'published'
uses: pypa/gh-action-pypi-publish@v1.10.2
uses: pypa/gh-action-pypi-publish@v1.11.0
with:
user: ${{ secrets.pypi_username }}
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit ce58cc2

Please sign in to comment.