Skip to content

Commit

Permalink
Merge pull request #23 from jguhlin/pymodule_google_colab_compile
Browse files Browse the repository at this point in the history
Update create-python-release.yaml
  • Loading branch information
jguhlin authored Jan 22, 2023
2 parents 612615e + 149b140 commit ca5b754
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/create-python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@ jobs:
args: -m minimappers2/Cargo.toml --skip-existing -o wheels -u jguhlin

# Needed for Docker on Apple M1
manylinux-aarch64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.7'

- name: Publish wheel
uses: messense/maturin-action@v1
env:
MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
with:
rust-toolchain: nightly-2023-01-19
target: aarch64-unknown-linux-gnu
maturin-version: '0.14.10'
command: publish
args: -m minimappers2/Cargo.toml --skip-existing -o wheels -u jguhlin
# manylinux-aarch64:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-python@v4
# with:
# python-version: '3.7'
#
# - name: Publish wheel
# uses: messense/maturin-action@v1
# env:
# MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
# with:
# rust-toolchain: nightly-2023-01-19
# target: aarch64-unknown-linux-gnu
# maturin-version: '0.14.10'
# command: publish
# args: -m minimappers2/Cargo.toml --skip-existing -o wheels -u jguhlin

# uncomment to build a universal2 wheel
# we don't run it because it is twice as big and not needed because we build for both architectures separately
Expand Down

0 comments on commit ca5b754

Please sign in to comment.