Skip to content

Commit 43340ea

Browse files
committed
deploy to s3?
1 parent 789005e commit 43340ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -ex
22
if [[ ! -z "$TRAVIS_TAG" ]]; then
33
pip install twine
4-
twine upload --verbose wheelhouse/atari_py*
4+
twine upload --verbose wheelhouse/atari_py*
55

66
if [[ ! -z "$DEPLOY_SDIST" ]]; then
77
python setup.py sdist

0 commit comments

Comments
 (0)