Skip to content

Commit 363d18d

Browse files
committed
Update Twine version
1 parent 44939e4 commit 363d18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build package
3030
run: python -m build
3131
- name: Publish package
32-
uses: pypa/gh-action-pypi-publish@v1.9.0
32+
uses: pypa/gh-action-pypi-publish@v1.12.4
3333
with:
3434
user: __token__
3535
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)