Skip to content

Commit ca5b754

Browse files
authored
Merge pull request #23 from jguhlin/pymodule_google_colab_compile
Update create-python-release.yaml
2 parents 612615e + 149b140 commit ca5b754

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/create-python-release.yaml

+18-18
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@ jobs:
3232
args: -m minimappers2/Cargo.toml --skip-existing -o wheels -u jguhlin
3333

3434
# Needed for Docker on Apple M1
35-
manylinux-aarch64:
36-
runs-on: ubuntu-latest
37-
steps:
38-
- uses: actions/checkout@v3
39-
- uses: actions/setup-python@v4
40-
with:
41-
python-version: '3.7'
42-
43-
- name: Publish wheel
44-
uses: messense/maturin-action@v1
45-
env:
46-
MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
47-
with:
48-
rust-toolchain: nightly-2023-01-19
49-
target: aarch64-unknown-linux-gnu
50-
maturin-version: '0.14.10'
51-
command: publish
52-
args: -m minimappers2/Cargo.toml --skip-existing -o wheels -u jguhlin
35+
# manylinux-aarch64:
36+
# runs-on: ubuntu-latest
37+
# steps:
38+
# - uses: actions/checkout@v3
39+
# - uses: actions/setup-python@v4
40+
# with:
41+
# python-version: '3.7'
42+
#
43+
# - name: Publish wheel
44+
# uses: messense/maturin-action@v1
45+
# env:
46+
# MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
47+
# with:
48+
# rust-toolchain: nightly-2023-01-19
49+
# target: aarch64-unknown-linux-gnu
50+
# maturin-version: '0.14.10'
51+
# command: publish
52+
# args: -m minimappers2/Cargo.toml --skip-existing -o wheels -u jguhlin
5353

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

0 commit comments

Comments
 (0)