Commits


Krisztián Szűcs authored and Sutou Kouhei committed c06f838cc44
ARROW-8165: [Packaging] Make nightly wheels available on a PyPI server Uploaded wheels are available at https://pypi.fury.io/ursa-labs/ Considered Bintray, but it doesn't provide any facilities for listing the wheels, although Artifactory could be a good solution, but it only has paid plans hosted on-prem at AWS. Gemfury seems like a good solution, pros: - it supports multiple repositories which can be relevant for us (nuget, npm, deb, rpm, gem) - seems to be free and unlimited for public packages - no client needed, simple curl command is enough to upload the binaries Closes #6669 from kszucs/gemfury Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>