We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5921c commit f3bfa7cCopy full SHA for f3bfa7c
1 file changed
.github/workflows/python-publish.yml
@@ -26,6 +26,10 @@ jobs:
26
with:
27
python-version: "3.x"
28
29
+ - name: Clean previous builds
30
+ run: |
31
+ rm -rf dist/ build/ *.egg-info
32
+
33
- name: Build release distributions
34
run: |
35
# NOTE: put your own distribution build steps here.
0 commit comments