Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Aug 1, 2024
1 parent 1445676 commit a36b6c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
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
cd dist
echo "WHEEL_NAME=$(ls *.whl)" >> $GITHUB_ENV
echo "SDIST_NAME=$(ls *.tar.gz)" >> $GITHUB_ENV
# - name: test
# run: |
Expand Down

0 comments on commit a36b6c7

Please sign in to comment.