Skip to content

Commit 3fa5f63

Browse files
Update deploy.yml
1 parent be9a45e commit 3fa5f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pip install -r requirements.txt
2222
pip install setuptools wheel twine
2323
- name: Clean previous builds
24-
run: rm -rf dist/
24+
run: rm -rf dist/ build/ *.egg-info
2525
- name: Build and publish
2626
env:
2727
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)