Skip to content

Commit 7a87e6c

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.4 (#592)
1 parent 6280fe1 commit 7a87e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m twine check dist/*
3030
- name: Publish package to PyPI
31-
uses: pypa/gh-action-pypi-publish@v1.8.1
31+
uses: pypa/gh-action-pypi-publish@v1.8.4
3232
with:
3333
user: ${{ secrets.PYPI_USERNAME }}
3434
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)