Skip to content

Commit 913546e

Browse files
committed
rm sdist
1 parent 9688179 commit 913546e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,10 @@ jobs:
141141

142142
- name: Build sdist
143143
run: |
144-
#python setup.py sdist
144+
python setup.py sdist
145145
ls -l dist
146146
#tar tvfz dist/*.tar.gz
147+
rm dist/*.tar.gz
147148
148149
- name: Copy wheels
149150
run: |

0 commit comments

Comments
 (0)