Skip to content

Commit

Permalink
ci: clean dist directory before building
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewcasale committed Dec 14, 2024
1 parent ace6954 commit a0324ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
python -m pip install --upgrade pip
pip install build twine
- name: Build package
run: python -m build
- name: Clean and Build package
run: |
rm -rf dist/
python -m build
- name: Publish to PyPI
env:
Expand Down

0 comments on commit a0324ff

Please sign in to comment.