Skip to content

Commit

Permalink
fix for latest maturin linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Jan 26, 2024
1 parent ddd67fb commit b69c62d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Make wheel
run: |
sudo docker build -t flatterer-anylinux .
sudo docker run -v $(pwd):/io flatterer-anylinux build --release --out dist
sudo docker run -v $(pwd):/io flatterer-anylinux build -f --release --out dist
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b69c62d

Please sign in to comment.