Skip to content

Commit

Permalink
Merge pull request #80 from infinityofspace/pypa/gh-action-pypi-publi…
Browse files Browse the repository at this point in the history
…sh-release/v1

bump pypa/gh-action-pypi-publish to release/v1
  • Loading branch information
infinityofspace committed Sep 25, 2024
2 parents 2e84823 + 5555a29 commit d1e9433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
path: dist/

- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_api_key }}

0 comments on commit d1e9433

Please sign in to comment.