Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push 1.0 and 1.1 releases to PyPI #385

Closed
bourque opened this issue Jul 24, 2020 · 2 comments
Closed

Push 1.0 and 1.1 releases to PyPI #385

bourque opened this issue Jul 24, 2020 · 2 comments

Comments

@bourque
Copy link
Contributor

bourque commented Jul 24, 2020

We have not yet pushed our version 1.0 release to PyPI. We should do that.

@bourque bourque self-assigned this Jul 24, 2020
@hover2pi hover2pi changed the title Push 1.0 release to PyPI Push 1.0 and 1.1 releases to PyPI Feb 2, 2021
@bourque
Copy link
Contributor Author

bourque commented Feb 16, 2021

This should be as simple as running something like:

python setup.py sdist bdist_wheel
twine upload -u '${pypi_username}' -p '${pypi_password}' --repository-url https://upload.pypi.org/legacy/ --skip-existing dist/*

I am just awaiting to be added as an admin to the ExoCTK project on PyPI from @hover2pi , then I can try uploading these version.

@bourque
Copy link
Contributor Author

bourque commented Feb 16, 2021

This is now completed! See https://pypi.org/project/exoctk/#history

@bourque bourque closed this as completed Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants