Skip to content

Commit 4154b4a

Browse files
authored
Bump gh-action-pypi-publish in CI
1 parent 1ede093 commit 4154b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Build package for upload to PyPI
7272
run: python -m build .
7373
- name: Upload the distribution to PyPI
74-
uses: pypa/gh-action-pypi-publish@v1.8.7
74+
uses: pypa/gh-action-pypi-publish@v1.12.4
7575
with:
7676
user: __token__
7777
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)