Skip to content

Commit

Permalink
ci: fix bigidx release (#4527)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Aug 22, 2022
1 parent 70e48d6 commit 5067cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-py-release-manylinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
shell: bash
run: |
# now compile polars with bigidx feature
sed -i 's/name = "polars"/name = "polars-u64-idx"/' pyproject.toml
sed -i 's/name = "polars"/name = "polars-u64-idx"/' py-polars/pyproject.toml
# a brittle hack to insert the 'bigidx' feature
sed -i 's/"dynamic_groupby",/"dynamic_groupby",\n"bigidx",/' Cargo.toml
sed -i 's/"dynamic_groupby",/"dynamic_groupby",\n"bigidx",/' py-polars/Cargo.toml
- name: publish x64_64 bigidx
uses: messense/maturin-action@main
env:
Expand Down

0 comments on commit 5067cf0

Please sign in to comment.