File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ matrix:
12
12
include :
13
13
- sudo : required
14
14
os : linux
15
+ language : python
15
16
services :
16
17
- docker
17
18
env : DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
18
19
- sudo : required
19
20
os : linux
21
+ language : python
20
22
services :
21
23
- docker
22
24
env : DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ deploy_script:
29
29
- ps : >-
30
30
if($env:appveyor_repo_tag -eq 'True') {
31
31
$env:Path += ";C:\Python35;C:\Python35\scripts"
32
+ pip install twine
32
33
twine upload --username whtsky --password $env:PYPI_PASSWD wheelhouse/bencoder*.whl
33
34
}
34
35
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- sudo pip install twine
3
- sudo twine upload --username whtsky --password $PYPI_PASSWORD wheelhouse/bencoder* .whl
2
+ pip install twine
3
+ twine upload --username whtsky --password $PYPI_PASSWORD wheelhouse/bencoder* .whl
You can’t perform that action at this time.
0 commit comments