Skip to content

Commit

Permalink
Fix build config
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Dec 16, 2024
1 parent 410f119 commit dd1d030
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,17 @@ jobs:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- uses: actions/download-artifact@v4
path: src/fmpy
with:
name: linux
path: src/fmpy
- uses: actions/download-artifact@v4
path: src/fmpy
with:
name: darwin
path: src/fmpy
- uses: actions/download-artifact@v4
path: src/fmpy
with:
name: windows
path: src/fmpy
- run: uv build --wheel
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit dd1d030

Please sign in to comment.