Skip to content

Commit 7e855ae

Browse files
authored
Update build.yml
1 parent 6668347 commit 7e855ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build binary wheel and a source tarball
3939
run: python setup.py sdist
4040
- name: Publish a Python distribution to PyPI
41-
uses: pypa/gh-action-pypi-publish@release
41+
uses: pypa/gh-action-pypi-publish@release/v1
4242
with:
4343
user: __token__
4444
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)