Skip to content

Commit 78a64e5

Browse files
Update github actions
Reference: aboutcode-org/skeleton#75 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 30f3f02 commit 78a64e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ jobs:
7878

7979
- name: Publish to PyPI
8080
if: startsWith(github.ref, 'refs/tags')
81-
uses: pypa/gh-action-pypi-publish@master
81+
uses: pypa/gh-action-pypi-publish@release/v1
8282
with:
8383
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)