Skip to content

Commit c77af47

Browse files
chore(deps): update pypa/gh-action-pypi-publish action to v1.8.12
1 parent 39bd41c commit c77af47

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

0 commit comments

Comments
 (0)