Browse Source

always publish wheels

pull/251/head
Matthew Martin 2 years ago
parent
commit
2dcf68fcef
  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 --universal
twine upload dist/*
Loading…
Cancel
Save