Skip to content

Commit

Permalink
fix mac universal wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 23, 2021
1 parent 2766e74 commit 7842413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-py-universal2-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
cp README.md py-polars/README.md
cd py-polars
rustup override set nightly-2021-09-14
- uses: maturin publish
- name: maturin publish
uses: messense/maturin-action@v1
env:
MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
with:
Expand Down

0 comments on commit 7842413

Please sign in to comment.