File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ init:
12
12
- ps : " ls C:/Python*"
13
13
14
14
install :
15
- - SET PATH=%PYTHON%;%PYTHON%\scripts;%PATH%
16
15
- echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat"
17
16
- pip install -r dev-requirements.txt
18
17
19
18
build_script :
20
19
- python -m pip install -U pip setuptools
20
+ - python setup.py sdist
21
21
- pip install cibuildwheel==1.0.0
22
22
- cibuildwheel --output-dir wheelhouse
23
23
@@ -32,7 +32,9 @@ deploy_script:
32
32
$env:Path += ";C:\Python37;C:\Python37\scripts"
33
33
pip install twine
34
34
twine upload --username whtsky --password $env:PYPI_PASSWD wheelhouse/bencoder*.whl
35
+ twine upload --username whtsky --password $env:PYPI_PASSWD dist/bencoder*
35
36
}
36
37
37
38
artifacts :
38
39
- path : wheelhouse/bencoder*.whl
40
+ - path : dist/bencoder*
You can’t perform that action at this time.
0 commit comments