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

Missing git tags for releases #19

Open
felixonmars opened this issue Jan 23, 2018 · 3 comments
Open

Missing git tags for releases #19

felixonmars opened this issue Jan 23, 2018 · 3 comments
Assignees

Comments

@felixonmars
Copy link

It would be nice to keep PyPI releases and git tags in sync :)

@agrrh
Copy link
Contributor

agrrh commented Jan 23, 2018

That's my bad, thanks for pointing out, @felixonmars !

I would provide detailed solution (it would be nice to automate both tagging and PyPI releases) a little bit later.

@agrrh
Copy link
Contributor

agrrh commented Jan 23, 2018

@Bemmu you should know about this:

  • I added current master branch to PyPI with v0.0.3 tag.
  • Automated daily checks with Jenkins. So, if master branch was updated (one must bump version in setup.py and tag a commit), this update goes to PyPI.

Please let me know if I missed something or there is better way to do so. At least two things could be improved:

  • I would like to add deploy key to repo settings, not to my account as I did for now.
  • We probably could use web hook instead of daily check. This also requires repo settings access.

@agrrh agrrh self-assigned this Jan 23, 2018
@Bemmu
Copy link
Owner

Bemmu commented Jan 24, 2018

I'll have to defer to your judgment here, as I don't know how to publish things on PyPI or even what git tags are -_-

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

3 participants