Skip to content

Commit

Permalink
Merge pull request #15 from G-Research/fix-wheels
Browse files Browse the repository at this point in the history
Correct manylinux wheel tag
  • Loading branch information
itamarst authored Jun 28, 2021
2 parents a91e725 + 86eea8d commit 7d8ff1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: "Wheels (Linux)"
if: ${{ matrix.os == 'ubuntu-18.04' && matrix.python-version == '3.9' }}
run: |
docker run --rm -v $(pwd):/io konstin2/maturin build --release
docker run --rm -v $(pwd):/io konstin2/maturin build --release --manylinux 2010
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ahocorasick_rs"
version = "0.10.0"
version = "0.10.1"
edition = "2018"
authors = ["G-Research <[email protected]>", "Itamar Turner-Trauring <[email protected]>"]
description = "Search a string for multiple substrings at once"
Expand Down

0 comments on commit 7d8ff1a

Please sign in to comment.