Skip to content

Commit e3ca659

Browse files
Yang-33eucyt
andauthored
Update .github/workflows/publish-to-pypi.yml
Co-authored-by: Yuta Euchi <[email protected]>
1 parent eff9517 commit e3ca659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fi
3939
4040
VERSION=${VERSION#v}
41-
python tools/update_and_verify_version.py $VERSION
41+
python tools/update_version.py $VERSION
4242
- name: Build and publish
4343
env:
4444
TWINE_USERNAME: ${{ secrets.PYPI_API_USER }}

0 commit comments

Comments
 (0)