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 7058a6d commit c283094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheel-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

runs-on: [self-hosted, macOS, "${{ matrix.arch_type }}"]

name: Test with Python ${{ matrix.python-version }}
name: Test with Python ${{ matrix.python-version }} ${{ matrix.arch_type }}

steps:

Expand All @@ -113,7 +113,7 @@ jobs:

needs: [test, build]

name: Deploy wheel ${{ matrix.python-version }}
name: Deploy wheel ${{ matrix.python-version }} ${{ matrix.arch_type }}

strategy:
fail-fast: true
Expand Down 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.python-version }}/*.whl
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TEST_API_TOKEN }}

0 comments on commit c283094

Please sign in to comment.