Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun committed Sep 6, 2024
1 parent e1053e2 commit c73ea38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: my-wheel-artifact
name: ${{ matrix.cibwbuild}}
path: ./wheelhouse/*.whl

build-ubuntu-docker:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: my-wheel-artifact
name: macos-${{ matrix.build}}
path: ./wheelhouse/*.whl

upload-pypi:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c73ea38

Please sign in to comment.