Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderVocke committed Aug 15, 2023
1 parent 47e0828 commit a8842d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Build release wheel
run: |
python3 -m build -w
echo "RELEASE_WHEEL=$(ls dist/*.whl)" >> $GITHUB_ENV
cd dist && echo "RELEASE_WHEEL=$(ls *.whl)" >> $GITHUB_ENV
- name: Upload release
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a8842d5

Please sign in to comment.