Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mizaki authored Sep 18, 2024
1 parent 06135f1 commit fd90f00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- name: Build and install wheel
run: |
tox run -m build
python -m pip install dist/*.whl
python -m pip install dist/*.whl -t build
cd build
zip -r ../../dist/${{ github.event.repository.name }}.zip *
- name: Release
uses: softprops/action-gh-release@v2
Expand All @@ -46,3 +48,4 @@ jobs:
draft: false
files: |
dist/*.whl
dist/*.zip

0 comments on commit fd90f00

Please sign in to comment.