We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513d859 commit 5f98958Copy full SHA for 5f98958
1 file changed
.github/workflows/release-pkg.yml
@@ -153,7 +153,8 @@ jobs:
153
python -c "print('pkg=' + '${{ matrix.name }}'.lower())" >> $GITHUB_OUTPUT
154
155
- name: Publish distribution 📦 to PyPI
156
- uses: pypa/gh-action-pypi-publish@v1.5.1
+ # pypa/gh-action-pypi-publish v1.13.0
157
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
158
with:
159
packages_dir: dist/${{ steps.folder.outputs.pkg }}
160
verbose: true
0 commit comments