Skip to content

Commit 8e69fb5

Browse files
chore(deps): update pypa/gh-action-pypi-publish action to v1.6.1
1 parent dda39e5 commit 8e69fb5

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
@@ -42,6 +42,6 @@ jobs:
4242
python3 -m pip install -U setuptools wheel
4343
python3 setup.py sdist bdist_wheel
4444
ls dist
45-
- uses: pypa/gh-action-pypi-publish@v1.4.2
45+
- uses: pypa/gh-action-pypi-publish@v1.6.1
4646
with:
4747
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)