We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18431ec commit 7b7b45eCopy full SHA for 7b7b45e
.github/workflows/publishing.yml
@@ -63,7 +63,7 @@ jobs:
63
steps:
64
- uses: actions/checkout@v3
65
- name: Build wheels
66
- uses: pypa/cibuildwheel@v2.11.3
+ uses: pypa/cibuildwheel@v2.16.4
67
- uses: actions/upload-artifact@v3
68
with:
69
path: ./wheelhouse/*.whl
@@ -104,6 +104,7 @@ jobs:
104
105
publish-docs:
106
name: Publish docs
107
+ if: false
108
needs: [publish]
109
runs-on: ubuntu-22.04
110
requirements-dev.txt
@@ -1,4 +1,4 @@
1
-cython==0.29.36
+cython==0.29.37
2
pytest
3
pytest-asyncio
4
tox
0 commit comments