Skip to content

Commit a98dd70

Browse files
authored
Merge pull request #39 from jhlegarreta/UseTransferShToUploadMacOSPackages
ENH: Use transfer.sh for macOS package upload.
2 parents 6259518 + 489b5bb commit a98dd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ script:
1212
- chmod u+x macpython-download-cache-and-build-module-wheels.sh
1313
- ./macpython-download-cache-and-build-module-wheels.sh
1414
- tar -zcvf dist.tar.gz dist/
15-
- curl -F file="@dist.tar.gz" https://file.io
15+
- curl --upload-file dist.tar.gz https://transfer.sh/dist.tar.gz

0 commit comments

Comments
 (0)