diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 42617578..a150d9ab 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -66,7 +66,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: my-wheel-artifact + name: ${{ matrix.cibwbuild}} path: ./wheelhouse/*.whl build-ubuntu-docker: @@ -141,11 +141,11 @@ jobs: CIBW_TEST_COMMAND: "cd /D {project}\\tests && python -m pytest -v ." CIBW_ARCHS: auto64 CIBW_BUILD: ${{matrix.CIBW-BUILD}} - CIBW_TEST_SKIP: "*312*" + CIBW_TEST_SKIP: "*310* *312*" - uses: actions/upload-artifact@v4 with: - name: my-wheel-artifact + name: windows-${{ matrix.python-version}} path: ./wheelhouse/*.whl - name: "Build docs for GitHub pages" @@ -224,7 +224,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: my-wheel-artifact + name: macos-${{ matrix.build}} path: ./wheelhouse/*.whl upload-pypi: @@ -235,7 +235,6 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: my-wheel-artifact path: dist - uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/Dockerfile b/Dockerfile index d7072b2e..dbe761e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" && python3.10 ge COPY . /DawDreamer WORKDIR /DawDreamer/thirdparty/libfaust -RUN sh download_libfaust.sh +RUN python download_libfaust.py WORKDIR /DawDreamer ENV PYTHONLIBPATH=/opt/python/cp310-cp310/lib