We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08c6f71 + c6eb608 commit 0472230Copy full SHA for 0472230
.github/workflows/cd.yml
@@ -56,7 +56,7 @@ jobs:
56
files: ${{ steps.build.outputs.asset_path }}
57
- name: Upload the distribution to PyPI
58
if: ${{ env.B2_PYPI_PASSWORD != '' && steps.prerelease_check.outputs.prerelease == 'false' }}
59
- uses: pypa/gh-action-pypi-publish@v1.3.1
+ uses: pypa/gh-action-pypi-publish@v1.13.0
60
with:
61
user: __token__
62
password: ${{ secrets.B2_PYPI_PASSWORD }}
changelog.d/+bump-gh-action-pypi.infrastructure.md
@@ -0,0 +1 @@
1
+Bump pypa/gh-action-pypi-publish from 1.3.1 to 1.13.0 in /.github/workflows.
0 commit comments