Skip to content

Commit

Permalink
prepare 1.4.1 (new builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoxKlark committed Nov 10, 2021
1 parent 3b2424c commit fa46376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,7 @@ init:
install: |
python --version
git submodule update --init --recursive
python -m pip install cibuildwheel==1.12.0
#python -m pip install cibuildwheel==2.1.3
python -m pip install cibuildwheel==2.1.3
build_script: python -m cibuildwheel --output-dir dist

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tool.cibuildwheel]

#skip = "cp310-*"
build = ["cp27-*", "cp35-*"]
skip = "cp310-*"

build-verbosity = 1

Expand Down

0 comments on commit fa46376

Please sign in to comment.