Skip to content

Commit

Permalink
try to fix openssl again (x2)
Browse files Browse the repository at this point in the history
  • Loading branch information
azmyrajab committed Mar 22, 2024
1 parent bb56057 commit 11cb20d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
OPENSSL_DIR=$(openssl version -d | awk '{print $NF}' | sed 's/"//g')
echo "OpenSSL is installed in $OPENSSL_DIR"
echo "export OPENSSL_DIR=$OPENSSL_DIR" >> $GITHUB_ENV
echo "export PKG_CONFIG_PATH=$OPENSSL_DIR/pkgconfig:\$PKG_CONFIG_PATH" >> $GITHUB_ENV
- name: Set OpenSSL environment variables
run: |
export OPENSSL_DIR=$(openssl version -d | awk '{print $NF}' | sed 's/"//g')
export PKG_CONFIG_PATH="$OPENSSL_DIR/pkgconfig:$PKG_CONFIG_PATH"
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 11cb20d

Please sign in to comment.