We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8168c0c commit 9688179Copy full SHA for 9688179
1 file changed
.github/workflows/wheels.yml
@@ -141,15 +141,15 @@ jobs:
141
142
- name: Build sdist
143
run: |
144
- python setup.py sdist
+ #python setup.py sdist
145
ls -l dist
146
- tar tvfz dist/*.tar.gz
+ #tar tvfz dist/*.tar.gz
147
148
- name: Copy wheels
149
150
echo ls -l wheels
151
ls -l wheels
152
- cp wheels/*.whl dist
+ cp wheels/*314*.whl dist
153
echo ls -l dist
154
155
0 commit comments