Skip to content

Commit 1f2fec8

Browse files
authored
Merge pull request #64 from thewtex/transfer.sh
BUG: Use transfer.sh to upload macOS packages
2 parents 4e685d0 + 264b7e6 commit 1f2fec8

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
@@ -13,4 +13,4 @@ script:
1313
- chmod u+x macpython-download-cache-and-build-module-wheels.sh
1414
- ./macpython-download-cache-and-build-module-wheels.sh
1515
- tar -zcvf dist.tar.gz dist/
16-
- curl -F file="@dist.tar.gz" https://filebin.ca/upload.php
16+
- curl --upload-file dist.tar.gz https://transfer.sh/dist.tar.gz

0 commit comments

Comments
 (0)