Skip to content

Commit

Permalink
skip pp builds
Browse files Browse the repository at this point in the history
  • Loading branch information
eneskuluk committed Nov 15, 2023
1 parent c4850d6 commit b1e2fe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ skip = "pp* *-manylinux_i686 *_ppc64le *_s390x *musll*"
repair-wheel-command = "DEST=`awk -F'/' '{ a = length($NF) ? $NF : $(NF-1); print a }' <<< {wheel}` && mv {wheel} {dest_dir} && mv {dest_dir}/${DEST} {dest_dir}/${DEST//-linux_/-manylinux_2_17_x86_64.manylinux2014_}"
[tool.cibuildwheel.macos]
before-build = "echo $GENOMICSDB_HOME"
before-all = "bash install_prereqs_mac.sh && bash install_genomicsdbformac.sh"
before-all = "bash install_prereqs_mac.sh && bash install_genomicsdbformac.sh"
skip = "pp*"

0 comments on commit b1e2fe3

Please sign in to comment.