Browse Source
Merge pull request #251 from matthewdeanmartin/master
always publish wheels
pull/258/head^2
Marcos Pereira
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
bin/deploy.sh
|
|
@ -9,5 +9,5 @@ username=${PYPI_USERNAME} |
|
|
|
password=${PYPI_PASSWORD} |
|
|
|
EOF |
|
|
|
|
|
|
|
python setup.py sdist |
|
|
|
python setup.py sdist bdist_wheel |
|
|
|
twine upload dist/* |