DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
tag your release `git tag 1.8.2rc3`
`git clean -f`- target is something like https://dist.apache.org/repos/dist/dev/incubator/airflow/1.8.2rc4/
(can be done with `svn co https://dist.apache.org/repos/dist/dev/incubator/airflow/`) - # tarball the repo
git archive --format=tar 1.8.2rc3 | gzip > apache-airflow-1.8.2rc3+incubating-source.tar.gz - generate sdist
python setup.py sdist - Generate MD5/SHA512/ASC
</path to airflow source>/dev/sign.sh apache-airflow-1.9.0alpha0+incubating-source.tar.gz Generate MD5sgpg --print-md MD5 apache-airflow-1.8.1rc0+apache.incubating.tar.gz > apache-airflow-1.8.1rc0+apache.incubating.tar.gz.md5Generate the SHA512gpg --print-md SHA512 apache-airflow-1.8.1rc0+apache.incubating.tar.gz > apache-airflow-1.8.1rc0+apache.incubating.tar.gz.shaUpload your GPG public key to https://pgp.mit.eduAdd your GPG pub key to https://dist.apache.org/repos/dist/release/incubator/airflow/KEYS , follow the instructions at the top of the fileSign Airflow tar.gzgpg --armor --output apache-airflow-1.8.1rc0+apache.incubating.tar.gz.asc --detach-sig apache-airflow-1.8.1rc0+apache.incubating.tar.gz
...