File tree 1 file changed +18
-18
lines changed
1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -32,24 +32,24 @@ jobs:
32
32
args : -m minimappers2/Cargo.toml --skip-existing -o wheels -u jguhlin
33
33
34
34
# 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
53
53
54
54
# uncomment to build a universal2 wheel
55
55
# we don't run it because it is twice as big and not needed because we build for both architectures separately
You can’t perform that action at this time.
0 commit comments