Add release workflow file to publish to PyPI#3
Open
nicovank wants to merge 3 commits into
Open
Conversation
Owner
|
Absolutely, this is a great idea! I am actually in the middle of password recovery with PyPI as I lost access to the email I originally signed up with. As soon as the recovery is finished, I will definitely add it! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey!
Thanks for making this tool :) It would be nice to be able to install it directly from PyPI.
bibcheckis taken, butbibcheckeris available.This PR consists of a GH action that will automatically publish to GitHub every time you do a new release from here. One important thing is to always bump the version in
pyproject.tomlbefore issuing a new release, or the action will fail (in which case, deleting release and tag, bumping version, and re-doing release is the easiest fix).If you're interested in setting this up:
BibCheckerbienz2BibCheckerrelease.ymlv1.0.1. Title and body are optional).Noting that I wasn't able to fully test this, so hopefully it works on the first run :) (but I've written similar actions in other repos).
If you prefer users to always clone and use from head then just close this PR. Thanks!