Skip to content

Commit 1a7b465

Browse files
committed
fix circle ci pip_deploy
1 parent bdeb406 commit 1a7b465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ format:
22
yapf **/*.py -i
33

44
release:
5-
python3 setup.py sdist bdist_wheel
5+
python setup.py sdist bdist_wheel
66
twine upload --repository-url https://upload.pypi.org/legacy/ dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD

0 commit comments

Comments
 (0)