Skip to content

Commit 7c422fa

Browse files
chore(deps): update pypa/gh-action-pypi-publish action to v1.8.4
1 parent 6206ea7 commit 7c422fa

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
@@ -36,6 +36,6 @@ jobs:
3636
python3 -m pip install -U setuptools wheel
3737
python3 setup.py sdist bdist_wheel
3838
ls dist
39-
- uses: pypa/gh-action-pypi-publish@v1.4.2
39+
- uses: pypa/gh-action-pypi-publish@v1.8.4
4040
with:
4141
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)