Skip to content

Commit

Permalink
remove clearning process
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeyuXuAudio committed Oct 21, 2024
1 parent cb793e4 commit d5a06c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ jobs:
TWINE_USERNAME: __token__ # OIDC uses __token__ for authentication
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

- name: Clean up build artifacts
run: |
rm -rf dist build *.egg-info
# - name: Clean up build artifacts
# run: |
# rm -rf dist build *.egg-info

0 comments on commit d5a06c7

Please sign in to comment.