Skip to content

Commit b501175

Browse files
committed
chore(ci): pin version of pypa/gh-action-pypi-publish
1 parent 09f4aeb commit b501175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
python setup.py sdist bdist_wheel
117117
118118
- name: Publish distribution 📦 to PyPI
119-
uses: pypa/gh-action-pypi-publish@master
119+
uses: pypa/gh-action-pypi-publish@release/v1
120120
with:
121121
user: __token__
122122
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)