Skip to content

Commit f3bfa7c

Browse files
authored
Update python-publish.yml
1 parent 8d5921c commit f3bfa7c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
with:
2727
python-version: "3.x"
2828

29+
- name: Clean previous builds
30+
run: |
31+
rm -rf dist/ build/ *.egg-info
32+
2933
- name: Build release distributions
3034
run: |
3135
# NOTE: put your own distribution build steps here.

0 commit comments

Comments
 (0)