Skip to content

Commit e15a7cf

Browse files
committed
correct deploy tag arggggh
1 parent e09ea30 commit e15a7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
134134
- name: Deploy tagged release on PyPI
135135
if: startsWith(github.ref, 'refs/tags')
136-
uses: pypa/gh-action-pypi-publish@v1
136+
uses: pypa/gh-action-pypi-publish@release/v1
137137
with:
138138
password: ${{ secrets.PYPI_API_TOKEN }}
139139
verbose: true

0 commit comments

Comments
 (0)