Skip to content

Commit ddb4cf2

Browse files
Pin pypa/gh-action-pypi-publish to v1 release
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent e4ec505 commit ddb4cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/scancode-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,6 @@ jobs:
592592
ls -al dist
593593
594594
- name: Publish distributions to PyPI
595-
uses: pypa/gh-action-pypi-publish@master
595+
uses: pypa/gh-action-pypi-publish@release/v1
596596
with:
597597
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)