Skip to content

Commit

Permalink
build: pin pypi release GHA to v1.11 (#396)
Browse files Browse the repository at this point in the history
pin pypi release GHA to v1.11

Signed-off-by: gruebel <[email protected]>
  • Loading branch information
gruebel authored Nov 25, 2024
1 parent 398dcb0 commit 70acd1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ jobs:
run: hatch build

- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
# pinning till fixed https://github.com/pypa/gh-action-pypi-publish/issues/300
uses: pypa/gh-action-pypi-publish@release/v1.11

0 comments on commit 70acd1d

Please sign in to comment.