We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580efb6 commit c36ae04Copy full SHA for c36ae04
1 file changed
.github/workflows/continuous-integration-workflow.yml
@@ -284,7 +284,7 @@ jobs:
284
if ! curl -Ls 'https://pypi.org/pypi/fpdf2/json' | jq -r '.releases|keys[]' | grep "^$VERSION\$"; then echo publish=yes >> "$GITHUB_OUTPUT"; python -m build; twine check dist/*; fi
285
- name: Publish package distributions to PyPI 🚀
286
if: steps.build.outputs.publish == 'yes'
287
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
+ uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
288
# Doc: https://github.com/marketplace/actions/pypi-publish
289
with:
290
print-hash: true
0 commit comments