Skip to content

Commit 513de8a

Browse files
mitya57waylan
authored andcommitted
Update pypa/gh-action-pypi-publish to v1.12.4
This is the first tag with support for metadata format 2.4.
1 parent b34e1d0 commit 513de8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m build
2424
- name: Publish to PyPI
2525
if: success()
26-
uses: pypa/gh-action-pypi-publish@v1.1.0
26+
uses: pypa/gh-action-pypi-publish@v1.12.4
2727
with:
2828
user: __token__
2929
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)