Skip to content

Commit

Permalink
debug macos
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed May 15, 2024
1 parent 3d3acfc commit 88a792b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
CIBW_BUILD: "${{ matrix.python }}-*"
CIBW_SKIP: "*-musllinux_*"
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
CIBW_TEST_COMMAND: python -c 'import zipline; print(zipline.__version__)'
CIBW_TEST_COMMAND_MACOS: ''
ACTIONS_RUNNER_DEBUG: true

- name: Install MSVC amd64
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
merge-multiple: true

- name: Publish to testpypi
if: ${{ github.event.inputs.target == 'TESTPYPI' }}
if: ${{ github.event.inputs.target == 'TESTPYPI2' }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down

0 comments on commit 88a792b

Please sign in to comment.