File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ branches:
44 only :
55 - master
66 - /^v\d+\.\d+(\.\d+)?(-\S*)?$/
7- - henryiii/gha-test
87
98env :
109 global :
1110 - TWINE_USERNAME=__token__
1211 # Set TWINE_PASSWORD in Travis UI
13- - CIBW_BUILD_VERBOSITY=1
1412
1513jobs :
1614 include :
@@ -27,7 +25,7 @@ install:
2725
2826script :
2927 - sed -i '/numpy/d' pyproject.toml
30- - travis_wait python3 -m cibuildwheel --output-dir dist
28+ - CIBW_BUILD_VERBOSITY=1 python3 -m cibuildwheel --output-dir dist
3129
3230
3331deploy :
Original file line number Diff line number Diff line change 22requires = [
33 " setuptools>=42" ,
44 " wheel" ,
5- " numpy==1.13.3; python_version<='3.6'" ,
6- " numpy==1.14.5; python_version=='3.7'" ,
7- " numpy==1.17.3; python_version>='3.8'" ,
8- " setuptools_scm[toml]>=3.4,!=4.0.0"
5+ " numpy" ,
6+ " setuptools_scm[toml]>=4.1.2"
97]
108
119build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments