Skip to content

Commit

Permalink
[MOD] - commented out deployment target env
Browse files Browse the repository at this point in the history
  • Loading branch information
lpossner committed May 20, 2024
1 parent 0c2778f commit 4ea93e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
CC: gcc-13
CXX: g++-13
MACOSX_DEPLOYMENT_TARGET: "10.13"
# MACOSX_DEPLOYMENT_TARGET: "10.13"
- name: Upload with twine
if: "contains(github.event.head_commit.message, 'PyPI')"
run: |
Expand Down

0 comments on commit 4ea93e2

Please sign in to comment.