2019-02-23 13:23:33 -05:00
|
|
|
#!/bin/bash
|
2019-02-23 13:14:03 -05:00
|
|
|
make package
|
|
|
|
pip install awscli
|
|
|
|
aws s3 cp --acl public-read build/peps.tar.gz s3://pythondotorg-assets-staging/peps.tar.gz
|
|
|
|
aws s3 cp --acl public-read build/peps.tar.gz s3://pythondotorg-assets/peps.tar.gz
|