Skip to content

Commit 61d0f98

Browse files
committed
buildutils.bundle is gone
1 parent 05fd2b2 commit 61d0f98

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,6 @@ env:
2525
# CIBW_PRERELEASE_PYTHONS: "1"
2626

2727
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-
4128
sdist:
4229
runs-on: ubuntu-22.04
4330

tools/install_libzmq.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# script to install libzmq/libsodium for use in wheels
33
set -ex
44
LIBSODIUM_VERSION="1.0.19"
5-
6-
LIBZMQ_VERSION="$(python3 -m buildutils.bundle)"
5+
LIBZMQ_VERSION="4.3.5"
76

87
if [[ "$(uname)" == "Darwin" ]]; then
98
ARCHS="x86_64"

0 commit comments

Comments
 (0)