We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee10e3 commit 343aa26Copy full SHA for 343aa26
.github/workflows/release.yml
@@ -64,6 +64,7 @@ jobs:
64
working-directory: ${{ matrix.path }}
65
66
- name: Publish a Python distribution to PyPI
67
- uses: pypa/gh-action-pypi-publish@release/v1
+ # pinning till fixed https://github.com/pypa/gh-action-pypi-publish/issues/300
68
+ uses: pypa/gh-action-pypi-publish@release/v1.11
69
with:
70
packages-dir: ${{ matrix.path }}/dist
0 commit comments