Skip to content

Commit 2e23f5d

Browse files
author
Jiaaming
committed
prepare for v0.1.1
1 parent baebe5c commit 2e23f5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
uses: actions/setup-python@v3
2727
with:
2828
python-version: '>=3.8'
29+
- name: Clean old build files
30+
run: rm -rf dist/ build/ *.egg-info
31+
2932
- name: Install dependencies
3033
run: |
3134
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)