Comment out publishing of arv7 and aarch64 wheels

This commit is contained in:
Reuben Morais 2021-07-15 20:56:28 +02:00
parent b12aa69922
commit b7380a6928

View File

@ -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