Skip to content

Commit

Permalink
fix!: upgrade manylinux version in CI to support updated dependencies (
Browse files Browse the repository at this point in the history
…#408)

* fix: revert ring to version supporting CI manylinux

* ci: re-update ring and other dependencies, upgrade manylinux image

* ci: ensure manylinux version is handled as a string
  • Loading branch information
Shadow53 authored Dec 6, 2023
1 parent f68a570 commit e6e27dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
uses: messense/maturin-action@v1
with:
target: ${{ matrix.target }}
manylinux: 2014
manylinux: '2_28'
args: -i ${{ matrix.python-version }} --release --manifest-path crates/python/Cargo.toml --out dist
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

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

0 comments on commit e6e27dd

Please sign in to comment.