Browse Source

pure, not universal.

pull/251/head
Matthew Martin 2 years ago
parent
commit
58c4426a45
  1. 2
      bin/deploy.sh

2
bin/deploy.sh

@ -9,5 +9,5 @@ username=${PYPI_USERNAME}
password=${PYPI_PASSWORD}
EOF
python setup.py sdist bdist_wheel --universal
python setup.py sdist bdist_wheel
twine upload dist/*
Loading…
Cancel
Save