Skip to content

Commit 0167511

Browse files
authored
Update version of gh-action-pypi-publish (#137)
1 parent 1c04896 commit 0167511

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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build
3131
run: python -m build .
3232
- name: Publish
33-
uses: pypa/gh-action-pypi-publish@master
33+
uses: pypa/gh-action-pypi-publish@release/v1
3434
- name: Version
3535
id: version
3636
run: echo "::set-output name=version::$(python setup.py --version 2>/dev/null)"

0 commit comments

Comments
 (0)