NASA-AMMOS / aerie-cli

An unofficial CLI for interacting with Aerie planning software
MIT License
3 stars 4 forks source link

Deploy to PyPI #79

Open cartermak opened 1 year ago

cartermak commented 1 year ago

Noting the build instructions I'm pulling from the README until we deploy:

Deployment

To deploy a new version of aerie-cli:

To upload to PyPI, use twine:

python3 -m twine upload dist/*

Details can be found in the twine documentation.