Skip to content

Commit 6520a19

Browse files
Change PyPI publish action to specific commit SHA
Updated the GitHub Action for publishing to PyPI to use a specific commit SHA.
1 parent d1ea532 commit 6520a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
coverage run -m unittest discover -v -s "./tests" -p "test*.py"
3232
3333
- name: Publish
34-
uses: pypa/gh-action-pypi-publish@release/v1
34+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
3535
with:
3636
user: __token__
3737
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)