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 05fd2b2 commit 61d0f98Copy full SHA for 61d0f98
.github/workflows/wheels.yml
@@ -25,19 +25,6 @@ env:
25
# CIBW_PRERELEASE_PYTHONS: "1"
26
27
jobs:
28
- check-bundle:
29
- runs-on: ubuntu-22.04
30
- steps:
31
- - uses: actions/checkout@v4
32
-
33
- - name: setup python
34
- uses: actions/setup-python@v5
35
- with:
36
- python-version: "3.11"
37
38
- - name: check bundled libzmq checksums
39
- run: python -m buildutils.bundle checksums
40
41
sdist:
42
runs-on: ubuntu-22.04
43
tools/install_libzmq.sh
@@ -2,8 +2,7 @@
2
# script to install libzmq/libsodium for use in wheels
3
set -ex
4
LIBSODIUM_VERSION="1.0.19"
5
6
-LIBZMQ_VERSION="$(python3 -m buildutils.bundle)"
+LIBZMQ_VERSION="4.3.5"
7
8
if [[ "$(uname)" == "Darwin" ]]; then
9
ARCHS="x86_64"
0 commit comments