Skip to content

Commit

Permalink
fix(release-python-poetry): proper ref to pypa/gh-action-pypi-publish (
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 16, 2023
1 parent 3e62873 commit 872a4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: poetry build --no-interaction

- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@release/v1.8.11
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
verbose: true
print-hash: true
Expand Down

0 comments on commit 872a4b4

Please sign in to comment.