runphilrun / TDU

Thruster design utility for satellite propulsion
https://stemn.com/projects/thruster-design-tool
Apache License 2.0
9 stars 3 forks source link

(fix:#14) make deploy #17

Closed Nate-Wilkins closed 8 years ago

Nate-Wilkins commented 8 years ago

(fix:#14) Simplify the deployment process a bit.

make deploy source="pypitest"
make deploy source="pypi"

Eventually we can make this automatic but right now you'll have to setup your .pypirc file and do manual deployments.

I've deployed version 0.0.1 which we might want to tag in our commit history. (ie sha:ab52b0a)

Nate-Wilkins commented 8 years ago

@runphilrun I think that you should definitely have permission to publish to pypi so let me know what your username is when you create an account.

runphilrun commented 8 years ago

@Nate-Wilkins Is it safe to have my username and password saved in my .pypirc file? I've registered my account

Nate-Wilkins commented 8 years ago

Yes but I would make sure that you aren't pushing it to the repository. Kinda why I added it to the .gitignore