Skip to content

Commit

Permalink
edited workflow .yml to remove previous versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispy67 committed Aug 20, 2024
1 parent 71f47ec commit b9c0336
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
git submodule init
git submodule update
- name: Clean previous builds
run: |
rm -rf dist/ build/ *.egg-info
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit b9c0336

Please sign in to comment.