Skip to content

Commit

Permalink
Install twine on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
whtsky committed Aug 1, 2016
1 parent a13d778 commit 4e28384
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ matrix:
include:
- sudo: required
os: linux
language: python
services:
- docker
env: DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
- sudo: required
os: linux
language: python
services:
- docker
env: DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ deploy_script:
- ps: >-
if($env:appveyor_repo_tag -eq 'True') {
$env:Path += ";C:\Python35;C:\Python35\scripts"
pip install twine
twine upload --username whtsky --password $env:PYPI_PASSWD wheelhouse/bencoder*.whl
}
Expand Down
4 changes: 2 additions & 2 deletions ci/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
sudo pip install twine
sudo twine upload --username whtsky --password $PYPI_PASSWORD wheelhouse/bencoder*.whl
pip install twine
twine upload --username whtsky --password $PYPI_PASSWORD wheelhouse/bencoder*.whl

0 comments on commit 4e28384

Please sign in to comment.