Skip to content

Commit 7b7b45e

Browse files
Pentushaosminogin
authored andcommitted
try to fix build. Update cython
1 parent 18431ec commit 7b7b45e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publishing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v3
6565
- name: Build wheels
66-
uses: pypa/cibuildwheel@v2.11.3
66+
uses: pypa/cibuildwheel@v2.16.4
6767
- uses: actions/upload-artifact@v3
6868
with:
6969
path: ./wheelhouse/*.whl
@@ -104,6 +104,7 @@ jobs:
104104

105105
publish-docs:
106106
name: Publish docs
107+
if: false
107108
needs: [publish]
108109
runs-on: ubuntu-22.04
109110
steps:

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython==0.29.36
1+
cython==0.29.37
22
pytest
33
pytest-asyncio
44
tox

0 commit comments

Comments
 (0)