We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eef434 commit 01dfd80Copy full SHA for 01dfd80
deploy.sh
@@ -1,7 +1,7 @@
1
set -ex
2
if [[ ! -z "$TRAVIS_TAG" ]]; then
3
pip install twine
4
- twine upload wheelhouse/*
+ twine upload wheelhouse/atari_py*
5
6
if [[ ! -z "$DEPLOY_SDIST" ]]; then
7
python setup.py sdist
0 commit comments