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

Find method to do proper releases #14

Open
jacobbudin opened this issue May 11, 2019 · 2 comments
Open

Find method to do proper releases #14

jacobbudin opened this issue May 11, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jacobbudin
Copy link
Owner

Makefile?

$ python3 setup.py sdist
$ twine upload dist/*
@jacobbudin jacobbudin self-assigned this May 11, 2019
@jacobbudin jacobbudin added the enhancement New feature or request label May 11, 2019
@jacobbudin
Copy link
Owner Author

This should also:

  • Create a commit using message format 0.x → 0.x
  • Create a git tag v0.x
  • Push these artifacts
  • Upload the .tar.gz to the appropriate GitHub release (nice to have)

@jacobbudin
Copy link
Owner Author

The process is now documented on the "Publishing to PyPI" wiki page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant