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 4e685d0 commit 264b7e6Copy full SHA for 264b7e6
.travis.yml
@@ -13,4 +13,4 @@ script:
13
- chmod u+x macpython-download-cache-and-build-module-wheels.sh
14
- ./macpython-download-cache-and-build-module-wheels.sh
15
- tar -zcvf dist.tar.gz dist/
16
-- curl -F file="@dist.tar.gz" https://filebin.ca/upload.php
+- curl --upload-file dist.tar.gz https://transfer.sh/dist.tar.gz
0 commit comments