Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Aug 1, 2024
1 parent 20bb09d commit 685b5d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: build
run: |
pip install build
export LDFLAGS="-L/opt/homebrew/opt/openssl@3/lib"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@3/include"
python -m build
echo "WHEEL_NAME=$(ls dist/*.whl)" >> $GITHUB_ENV
echo "SDIST_NAME=$(ls dist/*.tar.gz)" >> $GITHUB_ENV
Expand Down

0 comments on commit 685b5d7

Please sign in to comment.