Skip to content

Commit

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

0 comments on commit 410f119

Please sign in to comment.