Browse Source

Merge pull request #251 from matthewdeanmartin/master

always publish wheels
pull/258/head^2
Marcos Pereira 2 years ago
committed by GitHub
parent
commit
a22c9b1d81
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bin/deploy.sh

2
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/*
Loading…
Cancel
Save