Skip to content

Commit

Permalink
cicd test
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjerry committed Apr 8, 2024
1 parent f700d24 commit 4bf35a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: openssl-dist
path: ./openssl/openssl
path: ./openssl


# build-tarball:
Expand Down Expand Up @@ -187,6 +187,7 @@ jobs:

- name: Build wheels
run: |
cp -r ./openssl ./python &&
cd ./python &&
python -m cibuildwheel --output-dir wheelhouse
env:
Expand Down

0 comments on commit 4bf35a9

Please sign in to comment.