Skip to content

Commit 343aa26

Browse files
authored
ci: pin pypi release action version
pypa/gh-action-pypi-publish#300 Signed-off-by: Michael Beemer <[email protected]>
1 parent cee10e3 commit 343aa26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
working-directory: ${{ matrix.path }}
6565

6666
- name: Publish a Python distribution to PyPI
67-
uses: pypa/gh-action-pypi-publish@release/v1
67+
# pinning till fixed https://github.com/pypa/gh-action-pypi-publish/issues/300
68+
uses: pypa/gh-action-pypi-publish@release/v1.11
6869
with:
6970
packages-dir: ${{ matrix.path }}/dist

0 commit comments

Comments
 (0)