Skip to content

Commit

Permalink
Delete extra Linux wheel, rev version to 0.7.3 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
swernli authored Jul 5, 2024
1 parent b436474 commit 70a614e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .ado/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ extends:
- script: |
python -m pip install -r pip/requirements-manylinux.txt
python -m build --verbose --wheel --outdir target/raw-wheels ./pip
rm -rf target/wheels
python -m build --verbose --sdist --outdir target/wheels ./pip
auditwheel repair --plat $(AUDITWHEEL_TAG) --wheel-dir target/wheels target/raw-wheels/*.whl
displayName: Create Linux Python wheel and run Auditwheel
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage = "https://github.com/qir-alliance/qir-runner"
repository = "https://github.com/qir-alliance/qir-runner"
edition = "2021"
license = "MIT"
version = "0.7.2"
version = "0.7.3"

[profile.release]
debug = 1
Expand Down

0 comments on commit 70a614e

Please sign in to comment.