python-peps/deploy.bash

7 lines
226 B
Bash
Raw Normal View History

#!/bin/bash
2019-02-23 13:29:00 -05:00
set -ex
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