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.
2 parents 6259518 + 489b5bb commit a98dd70Copy full SHA for a98dd70
.travis.yml
@@ -12,4 +12,4 @@ script:
12
- chmod u+x macpython-download-cache-and-build-module-wheels.sh
13
- ./macpython-download-cache-and-build-module-wheels.sh
14
- tar -zcvf dist.tar.gz dist/
15
-- curl -F file="@dist.tar.gz" https://file.io
+- curl --upload-file dist.tar.gz https://transfer.sh/dist.tar.gz
0 commit comments