From b7380a6928d5e2bce36f633f5caf6652420ef0c0 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Thu, 15 Jul 2021 20:56:28 +0200 Subject: [PATCH] Comment out publishing of arv7 and aarch64 wheels --- .github/workflows/build-and-test.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 622fdfc3..16de407c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -802,12 +802,14 @@ jobs: - uses: actions/download-artifact@v2 with: name: stt-tflite-3.9-Linux.whl - - uses: actions/download-artifact@v2 - with: - name: stt-tflite-3.7-armv7.whl - - uses: actions/download-artifact@v2 - with: - name: stt-tflite-3.7-aarch64.whl + # We need proper manylinux2014 builds before we can publish these wheels. + # https://github.com/coqui-ai/STT/issues/1904 + # - uses: actions/download-artifact@v2 + # with: + # name: stt-tflite-3.7-armv7.whl + # - uses: actions/download-artifact@v2 + # with: + # name: stt-tflite-3.7-aarch64.whl - name: Setup PyPI config run: | cat << EOF > ~/.pypirc