Skip to content

Commit bdf6804

Browse files
committed
Pin PyPI publish Github action
1 parent dfa4623 commit bdf6804

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
@@ -70,7 +70,7 @@ jobs:
7070
python -m build --sdist --wheel --outdir dist/ .
7171
7272
- name: Publish distribution 📦 to PyPI
73-
uses: pypa/gh-action-pypi-publish@master
73+
uses: pypa/gh-action-pypi-publish@release/v1
7474
with:
7575
password: ${{ secrets.PYPI_API_TOKEN }}
7676
verbose: true

0 commit comments

Comments
 (0)