Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit c491782

Browse files
Merge pull request #268 from py-pdf/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.0
2 parents c29875c + ed8df80 commit c491782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Publish package on PyPI
5858
if: steps.check-version.outputs.tag
59-
uses: pypa/gh-action-pypi-publish@v1.11.0
59+
uses: pypa/gh-action-pypi-publish@v1.12.0
6060
with:
6161
user: __token__
6262
password: ${{ secrets.FLIT_PASSWORD }}

0 commit comments

Comments
 (0)