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 21, 2024
1 parent 88e4578 commit 431afd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
- name: Build and install wheel
run: |
tox run -m build
python -m pip install dist/*.whl -t build
cd build
- name: "Publish distribution 📦 to PyPI"
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -43,6 +41,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
shell: bash
run: |
python -m pip install dist/*.whl -t build
cd build
zip -x "*/__pycache__/*" -r ../dist/${{ github.event.repository.name }}-plugin-${{ github.ref_name }}.zip *
- name: Get release name
Expand Down

0 comments on commit 431afd5

Please sign in to comment.