Skip to content

Commit 2337abd

Browse files
Merge branch 'master' into release
2 parents 5b45f3f + 49ad011 commit 2337abd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ username: ${PYPI_USERNAME}
1111
password: ${PYPI_PASSWORD}
1212
EOF
1313

14-
python setup.py sdist upload
14+
pip install twine
15+
twine upload -r pypi dist/*
16+

0 commit comments

Comments
 (0)