Skip to content

Commit

Permalink
Merge pull request #13 from giocaizzi/dependabot/github_actions/pypa/…
Browse files Browse the repository at this point in the history
…gh-action-pypi-publish-1.8.6

Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6
  • Loading branch information
giocaizzi authored May 9, 2023
2 parents 6f97162 + dc512a0 commit f65b963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit f65b963

Please sign in to comment.