Skip to content

Commit

Permalink
Fix macos releases
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Sep 27, 2023
1 parent 0e705a2 commit 82aa5d4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 401 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build wheels - universal2
uses: PyO3/maturin-action@v1
with:
args: --release --strip --universal2 --out dist
args: --release --strip --target --target universal2-apple-darwin --out dist
env:
RUSTFLAGS: "-C link-arg=-undefined -C link-arg=dynamic_lookup"
- name: Upload wheels
Expand Down
255 changes: 0 additions & 255 deletions pypi_analysis/bigquery.ipynb

This file was deleted.

Loading

0 comments on commit 82aa5d4

Please sign in to comment.