Skip to content

Commit 489b5bb

Browse files
committed
ENH: Use transfer.sh for macOS package upload.
Prefer `transfer.sh` over `file.io` for macOS package upload.
1 parent ffd5b12 commit 489b5bb

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)