File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 8888 command : publish
8989 args : --skip-existing -m python/Cargo.toml
9090
91- release-pypi-manylinux-217-aarch64 :
92- needs : validate-release-tag
93- name : PyPI release manylinux-2_17 aarch64
94- runs-on : ubuntu-latest
95- steps :
96- - uses : actions/checkout@v5
97-
98- - uses : Swatinem/rust-cache@v2
99- with :
100- cache-targets : false
101-
102- - name : Publish manylinux to pypi aarch64 (without sdist)
103- uses : messense/maturin-action@v1
104- env :
105- MATURIN_PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
106- with :
107- target : aarch64-unknown-linux-gnu
108- command : publish
109- args : --skip-existing -m python/Cargo.toml --no-sdist
110- before-script-linux : |
111- # We can remove this once we upgrade to 2_28.
112- # https://github.com/briansmith/ring/issues/1728
113- export CFLAGS_aarch64_unknown_linux_gnu="-D__ARM_ARCH=8"
114-
11591 release-pypi-manylinux-228-aarch64 :
11692 needs : validate-release-tag
11793 name : PyPI release manylinux-2_28 aarch64
You can’t perform that action at this time.
0 commit comments