Skip to content

Commit 9688179

Browse files
committed
temporarily, only twine the 314 wheels
1 parent 8168c0c commit 9688179

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,15 @@ jobs:
141141

142142
- name: Build sdist
143143
run: |
144-
python setup.py sdist
144+
#python setup.py sdist
145145
ls -l dist
146-
tar tvfz dist/*.tar.gz
146+
#tar tvfz dist/*.tar.gz
147147
148148
- name: Copy wheels
149149
run: |
150150
echo ls -l wheels
151151
ls -l wheels
152-
cp wheels/*.whl dist
152+
cp wheels/*314*.whl dist
153153
echo ls -l dist
154154
ls -l dist
155155

0 commit comments

Comments
 (0)