Skip to content

Commit c9f3be6

Browse files
committed
Pin version of the pypi publish step
1 parent 6fe971c commit c9f3be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
python -m venv wheel_env
101101
./wheel_env/bin/pip install dist/tinify*.whl
102102
- name: Publish package to PyPI
103-
uses: pypa/gh-action-pypi-publish@master
103+
uses: pypa/gh-action-pypi-publish@release/v1
104104
with:
105105
user: __token__
106106
password: ${{ secrets.PYPI_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)