Skip to content

Commit

Permalink
explicit cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
jalbrekt85 committed Jan 2, 2024
1 parent a41c5b1 commit ca65888
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,18 @@ jobs:
run: rm -rf dist/

- name: Build and Prepare Wheels
uses: messense/maturin-action@v1
with:
manylinux: auto
command: build
args: --release -o dist --find-interpreter
run: |
export OPENSSL_DIR=$OPENSSL_DIR
export OPENSSL_LIB_DIR=$OPENSSL_LIB_DIR
export OPENSSL_INCLUDE_DIR=$OPENSSL_INCLUDE_DIR
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH
cargo build --release
env:
CARGO_TERM_COLOR: always

- name: List built wheels
run: ls dist/

- name: Upload wheels
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit ca65888

Please sign in to comment.