Skip to content

Commit

Permalink
Merge pull request #6 from G-Research/5-slow-wheels
Browse files Browse the repository at this point in the history
Don't build slow wheels
  • Loading branch information
itamarst authored Apr 29, 2021
2 parents 67a1b7a + ceb937d commit a746e9a
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 @@ -59,7 +59,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
docker run --rm -v $(pwd):/io konstin2/maturin build --release
- 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.9.0"
version = "0.9.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 a746e9a

Please sign in to comment.