Skip to content

Commit

Permalink
mac fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed May 25, 2024
1 parent 40a2a55 commit dd71e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
path: dist/*.tar.gz

upload_pypi:
needs: [build_sdist]
needs: [build_sdist, build_wheels]
runs-on: ubuntu-latest
environment: pypi
permissions:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ documentation = "https://fdasrsf-python.readthedocs.io/en/latest/"
# Note: the below skip command doesn't do much currently, the platforms to
# build wheels for in CI are controlled in `.github/workflows/wheels.yml` and
# `tools/ci/cirrus_wheels.yml`.
skip = "cp36-* cp37-* cp38-* pp* *-manylinux_i686 *_ppc64le *_s390x *-win32 *_i686"
skip = "cp36-* cp37-* cp38-* pp* *_i686 *_ppc64le *_s390x *-win32"
build-verbosity = "3"

[tool.cibuildwheel.linux]
Expand All @@ -60,7 +60,7 @@ environment = {RUNNER_OS="macOS"}
[tool.cibuildwheel.windows]
before-build = "bash {project}/bin/cibw_before_build_win.sh {project}"
repair-wheel-command = "bash ./tools/wheels/repair_windows.sh {wheel} {dest_dir}"
environment = {PKG_CONFIG_PATH="C:/opt/64/lib/pkgconfig"}
environment = {RUNNER_OS="Windows"}

[[tool.cibuildwheel.overrides]]
select = "*-win32"
Expand Down

0 comments on commit dd71e8e

Please sign in to comment.