Skip to content

Commit

Permalink
buildutils.bundle is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Feb 14, 2024
1 parent 05fd2b2 commit 61d0f98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,6 @@ env:
# CIBW_PRERELEASE_PYTHONS: "1"

jobs:
check-bundle:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

- name: setup python
uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: check bundled libzmq checksums
run: python -m buildutils.bundle checksums

sdist:
runs-on: ubuntu-22.04

Expand Down
3 changes: 1 addition & 2 deletions tools/install_libzmq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# script to install libzmq/libsodium for use in wheels
set -ex
LIBSODIUM_VERSION="1.0.19"

LIBZMQ_VERSION="$(python3 -m buildutils.bundle)"
LIBZMQ_VERSION="4.3.5"

if [[ "$(uname)" == "Darwin" ]]; then
ARCHS="x86_64"
Expand Down

0 comments on commit 61d0f98

Please sign in to comment.