Skip to content

Commit 15d209f

Browse files
gruebelleohoare
authored andcommitted
build: pin pypi release GHA to v1.11 (open-feature#396)
pin pypi release GHA to v1.11 Signed-off-by: gruebel <[email protected]>
1 parent 1631d91 commit 15d209f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ jobs:
5454
run: hatch build
5555

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

0 commit comments

Comments
 (0)