Skip to content

Commit

Permalink
Update Python binding
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed May 12, 2024
1 parent 7e8fec2 commit 23502d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ jobs:
with:
name: minify-darwin-${{ matrix.go_target }}.so
path: bindings/py/minify.so
- uses: actions/download-artifact@v4
with:
name: minify-darwin-${{ matrix.go_target }}.so
path: src/minify/minify.so
- uses: actions/download-artifact@v4
with:
name: minify-darwin-${{ matrix.go_target }}.so
Expand All @@ -194,6 +198,8 @@ jobs:

- name: Debug
run: |
ls -la
ls -la bindings/py
ls -la bindings/py/src/minify
- name: Build wheels
Expand Down

0 comments on commit 23502d2

Please sign in to comment.