Skip to content

Commit

Permalink
ECC-1793: develop binary wheel - macos arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Apr 11, 2024
1 parent e636979 commit 9b5be8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -112,7 +112,7 @@ jobs:
python3 -m venv ${VENV_DIR}
source ${VENV_DIR}/bin/activate
pip3 install twine
twine upload *.whl
twine upload --repository testpypi *.whl
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TEST_API_TOKEN }}
1 change: 1 addition & 0 deletions scripts/wheel-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
set -eaux
python_version=$1


arch=$(arch)
[[ $arch == "i386" ]] && arch="x86_64" # GitHub Actions on macOS declare i386

Expand Down

0 comments on commit 9b5be8d

Please sign in to comment.