Skip to content

Commit 1f7150f

Browse files
committed
re-enable all stuff
1 parent 5654047 commit 1f7150f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

deploy_to_pypi.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -ex
33

4-
TRAVIS_TAG=0.1.14
4+
# TRAVIS_TAG=0.1.14
55

66
if [[ -z "$TRAVIS_TAG" ]]; then
77
echo "Not a tagged commit, quitting"
@@ -17,9 +17,9 @@ mkdir -p wheelhouse
1717
env
1818
# ugh something in awscli does not work on travis we'll download objects via curl
1919
# aws s3 cp --recursive s3://games-wheels/atari-py/${TRAVIS_TAG} wheelhouse/
20-
# SUFFIXES="-manylinux1_x86_64.whl -win_amd64.whl -macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl"
21-
SUFFIXES="-manylinux1_x86_64.whl"
22-
PY_VERS="-cp35-cp35m -cp36-cp36m -cp37-cp37m"
20+
SUFFIXES="-manylinux1_x86_64.whl -win_amd64.whl -macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl"
21+
# SUFFIXES="-manylinux1_x86_64.whl"
22+
PY_VERS="-cp36-cp36m -cp37-cp37m"
2323
URLPREFIX="https://s3-us-west-2.amazonaws.com/games-wheels/atari-py/${TRAVIS_TAG}/atari_py-${TRAVIS_TAG}"
2424

2525
cd wheelhouse

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(self, name, sourcedir=''):
3333
self.sourcedir = os.path.abspath(sourcedir)
3434

3535
setup(name='atari-py',
36-
version='0.1.14',
36+
version='0.1.15',
3737
description='Python bindings to Atari games',
3838
url='https://github.com/openai/atari-py',
3939
author='OpenAI',

0 commit comments

Comments
 (0)