Skip to content

Commit

Permalink
Another attempt at wheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Jun 18, 2020
1 parent 9071407 commit 616061c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
- env
- which $PYTHON
- $PYTHON --version
- $PYTHON -m pip install --upgrade pip coveralls pipenv==2018.11.26 wheel==0.33.1
- $PYTHON -m pip install --upgrade pip coveralls pipenv==2018.11.26
# Skip lock as we have multiple versions of python
- pipenv install --skip-lock --dev
- $PYTHON setup.py $BDIST
Expand All @@ -54,6 +54,7 @@ deploy:
password:
secure: "1D96l9DQhR55GEuqp4qvYwsERRJcoH2pZkcGwgWYVFmgqQHQFM2/3fcv/c27mi0axda7dgs8m6X8dmBfdKa6mjOmn/nwQl3Hx6BTwCcav/HWJj5OErMotziTOLvu6xvm37uftYT9wWf5CuhJ11re9JSVCumIIncK9cW6UG9laXvJVHK/JT7CKGTafu+wAH/X9Im5527RL+iUxcKdbbyu+jrJlmUnw64ARtBlUkHy6mUh5UuKjJcJxQGtmflclnkHCLyCIuDnoIPr5fwZ8FoTUaaMghYIzPNtsxY0pIMNt63TNTwMdUNh7BzeggJsd4rAW4CpSykZX01IGXaEzzLQCXxNwLI/vxOxY0fgw39ZHh9JZXFD0J1ty1WCl9V4CYILk2Im1JYfNYqXqTX+jTHvyEfAX2tQBbhmA+wI4/riqnbP1OeIMdCqCu9hmqN47rHrvja/56B2h5XqW8fRQtG+XaGZSiQRXScFfTOvvSME8W+X9UBlQ0wAulwNBdYrR4xyl6dwoPJIGk+Ypj+DCBGQK9jpgMfA47CpdFfniVWc7UnV+1Ay7v9ca6sRV9+KiuWuksaZD2kNpDXtN/uzwpcfQakQ23CgWTyAnHdE8UO5UUY2SFjjRbRa8sWGnnue4m+5Md97bUeO5W/xX/fGXz2JkJRABL+GSkfCFxpe2fQzSqQ="
distributions: "sdist bdist_wheel"
wheel_version: "0.33.1"
# Only deploy on one linux
on:
tags: true
Expand Down

0 comments on commit 616061c

Please sign in to comment.