Skip to content

Commit

Permalink
ECC-1793: develop binary wheel - macos arm64 - TEMP version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Apr 15, 2024
1 parent c9fc1a1 commit 41e9e16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheel-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
python3 -m venv ${VENV_DIR}
source ${VENV_DIR}/bin/activate
pip3 install twine
ls -l artifact-${{ matrix.python-version }}/*.whl
twine upload --repository testpypi artifact-${{ matrix.python-version }}/*.whl
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 41e9e16

Please sign in to comment.