8000 refresh ci settings. by methane · Pull Request #492 · msgpack/msgpack-python · GitHub
[go: up one dir, main page]

Skip to content

refresh ci settings. #492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Nov 25, 2021
Prev Previous commit
Next Next commit
windows: Do not build wheel for PyPy
  • Loading branch information
methane committed Nov 25, 2021
commit e472fcd2ca135829cee57e0622652d8762a3348c
4 changes: 2 additions & 2 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
run: |
pip install -U Cython
make cython
#python setup.py sdist

- name: Build wheels
shell: bash
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"
CIBW_SKIP: "pp*"
run: |
python -m pip install cibuildwheel
pip install cibuildwheel
python -m cibuildwheel

- name: Upload Wheels
Expand Down
0