Releases: gorilla-co/s3pypi
Releases · gorilla-co/s3pypi
Wheel improvements
- Add --no-sdist option for wheel-only builds (@james-emerton)
- Fix wheel file matching (@brandond)
Add --profile argument
The --profile
argument allows you to specify the AWS profile.
Contributed by @Shikow
Add --private argument
This allows for packages and indexes to be marked as private, making them only accessible
via CloudFront.
Contributed by @ChrisRut
Add support for bare package names as indexes
The --bare
option allows uploading the package index to <secret>/<package>/
instead of <secret>/<package>/index.html
. This does not require website hosting or a custom SSL certificate to be set up, just use https://<bucket>.s3.amazonaws.com/<secret>/
as your pip index URL.
Contributed by @brandond
Python3 support
0.3.0
Fix: Normalize package directory names
Existing packages are not overwritten
Fix Windows issues
0.1.5