Comment out publishing of arv7 and aarch64 wheels
This commit is contained in:
parent
b12aa69922
commit
b7380a6928
14
.github/workflows/build-and-test.yml
vendored
14
.github/workflows/build-and-test.yml
vendored
@ -802,12 +802,14 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: stt-tflite-3.9-Linux.whl
|
name: stt-tflite-3.9-Linux.whl
|
||||||
- uses: actions/download-artifact@v2
|
# We need proper manylinux2014 builds before we can publish these wheels.
|
||||||
with:
|
# https://github.com/coqui-ai/STT/issues/1904
|
||||||
name: stt-tflite-3.7-armv7.whl
|
# - uses: actions/download-artifact@v2
|
||||||
- uses: actions/download-artifact@v2
|
# with:
|
||||||
with:
|
# name: stt-tflite-3.7-armv7.whl
|
||||||
name: stt-tflite-3.7-aarch64.whl
|
# - uses: actions/download-artifact@v2
|
||||||
|
# with:
|
||||||
|
# name: stt-tflite-3.7-aarch64.whl
|
||||||
- name: Setup PyPI config
|
- name: Setup PyPI config
|
||||||
run: |
|
run: |
|
||||||
cat << EOF > ~/.pypirc
|
cat << EOF > ~/.pypirc
|
||||||
|
Loading…
Reference in New Issue
Block a user