Skip to content

Commit

Permalink
Merge pull request #123 from storpipfugl/dependabot/github_actions/py…
Browse files Browse the repository at this point in the history
…pa/gh-action-pypi-publish-1.10.0

Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0
  • Loading branch information
djhoese authored Sep 4, 2024
2 parents ad735c0 + a3653b9 commit a07e4d4
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.9.0
uses: pypa/gh-action-pypi-publish@v1.10.0
with:
user: ${{ secrets.pypi_username }}
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit a07e4d4

Please sign in to comment.