Skip to content

Commit

Permalink
ECC-1793: develop binary wheel - macos multi-arch
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Apr 17, 2024
1 parent c283094 commit 9920d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
source ${VENV_DIR}/bin/activate
pip3 install twine
ls -l artifact-${{ matrix.arch_type }}-${{ matrix.python-version }}/*.whl
twine upload --repository testpypi artifact-${{ matrix.python-version }}/*.whl
twine upload --repository testpypi artifact-${{ matrix.arch_type }}-${{ matrix.python-version }}/*.whl
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TEST_API_TOKEN }}

0 comments on commit 9920d49

Please sign in to comment.