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 f91f539 commit 3da87b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
tox run -m build
python -m pip install dist/*.whl -t build
cd build
zip -r ../dist/${{ github.event.repository.name }}.zip *
zip -x "*/__pycache__/*" -r ../dist/${{ github.event.repository.name }}.zip *
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 3da87b4

Please sign in to comment.