diff --git a/.github/workflows/create-python-release.yaml b/.github/workflows/create-python-release.yaml index afe25ce..a9dff7b 100644 --- a/.github/workflows/create-python-release.yaml +++ b/.github/workflows/create-python-release.yaml @@ -27,7 +27,7 @@ jobs: RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma with: rust-toolchain: nightly-2023-01-19 - maturin-version: '0.14.10' + maturin-version: '1.2.3' command: publish args: -m minimappers2/Cargo.toml --skip-existing -o wheels -u jguhlin @@ -81,4 +81,4 @@ jobs: # with: # maturin-version: '0.14.10' # command: publish - # args: -m py-polars/Cargo.toml --no-sdist --universal2 -o wheels -i python -u ritchie46 \ No newline at end of file + # args: -m py-polars/Cargo.toml --no-sdist --universal2 -o wheels -i python -u ritchie46