Skip to content

Commit c36ae04

Browse files
chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0 (#1809)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 580efb6 commit c36ae04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
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
285285
- name: Publish package distributions to PyPI 🚀
286286
if: steps.build.outputs.publish == 'yes'
287-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
287+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
288288
# Doc: https://github.com/marketplace/actions/pypi-publish
289289
with:
290290
print-hash: true

0 commit comments

Comments
 (0)