Skip to content

Commit

Permalink
BLD: use pip_pre for cp313 [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Jun 20, 2024
1 parent 8b82e15 commit d541704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
CIBW="$DEPS0;$DEPS1;bash {project}/tools/wheels/cibw_before_build_linux.sh {project}"
echo "CIBW_BEFORE_BUILD_LINUX=$CIBW" >> "$GITHUB_ENV"
CIBW="$DEPS0;$DEPS1;bash {project}/tools/wheels/cibw_before_build_win.sh {project}"
CIBW="$DEPS0 && $DEPS1 && bash {project}/tools/wheels/cibw_before_build_win.sh {project}"
echo "CIBW_BEFORE_BUILD_WINDOWS=$CIBW" >> "$GITHUB_ENV"
CIBW="$DEPS0;$DEPS1;bash {project}/tools/wheels/cibw_before_build_macos.sh {project}"
Expand Down

0 comments on commit d541704

Please sign in to comment.