Skip to content

Commit

Permalink
change to openchemistry
Browse files Browse the repository at this point in the history
  • Loading branch information
swelborn committed Jan 9, 2025
1 parent 31a330b commit 833bdae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/docker/build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ elif [ "$arch" = "aarch64" ]; then
fi

image_base=quay.io/pypa/manylinux_2_28_${arch}
tag=samwelborn/stempy_wheel_builder_${arch}
tag=openchemistry/stempy_wheel_builder_${arch}

docker build . --platform=$platform -t $tag --build-arg BASE_IMAGE=$image_base --build-arg ARCH=$arch
docker push $tag
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ env:
CIBW_SKIP: "cp36-* pp* *-manylinux_i686 *-musllinux_* *-win32 cp313-*"

# This has some of the software we need pre-installed on it
CIBW_MANYLINUX_X86_64_IMAGE: samwelborn/stempy_wheel_builder_x86_64
CIBW_MANYLINUX_AARCH64_IMAGE: samwelborn/stempy_wheel_builder_aarch64
CIBW_MANYLINUX_X86_64_IMAGE: openchemistry/stempy_wheel_builder_x86_64
CIBW_MANYLINUX_AARCH64_IMAGE: openchemistry/stempy_wheel_builder_aarch64

# Need to do some setup before repairing the wheel on linux...
CIBW_REPAIR_WHEEL_COMMAND_LINUX: bash .github/scripts/repair_command_linux.sh
Expand Down

0 comments on commit 833bdae

Please sign in to comment.