-
Notifications
You must be signed in to change notification settings - Fork 952
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
Add github action for releasing to pypi if git tag is added. #727
Merged
Conversation
This file contains 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
jstockwin
requested changes
Mar 16, 2022
Co-authored-by: Jake Stockwin <[email protected]>
… tags for releases.
jstockwin
approved these changes
Mar 19, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
FantasqueX
added a commit
to FantasqueX/QualCoder
that referenced
this pull request
Mar 24, 2022
Due to pdfminer/pdfminer.six#727, source code on Github and ditribution on pypi of pdfminer.six has been synchronized. As a result, the package of python-pdfminer in ArchLinux repository has been synchronized with pypi. So we can install python-pdfminer from official repository now.
Beants
added a commit
to HiTalentAlgorithms/pdfminer.six
that referenced
this pull request
Apr 26, 2022
* commit '1bf3c42b59125f4491d863e1c11dca7ebbe96adc': Use charset-normalizer instead of chardet (pdfminer#744) Refactor ImageWriter and add method for exporting an image from bytes. (pdfminer#737) Log warning and continue gracefully if errors in cmap (pdfminer#731) Fix log.debug statement in lzw.py by ensuring that self.table is always set (pdfminer#732) Raise KeyError when name in name2unicode is not of type str (pdfminer#733) Convert fontname to str if it is bytes in HTMLConverter (pdfminer#734) Fix github actions tag regex Fix github actions tag regex Bump version Add github action for releasing to pypi if git tag is added. (pdfminer#727)
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.
Pull request
Make publishing of new release to PyPi easier by adding github action automation.
For pull request, the package is published to test.pypi.org with a version similar to 20220315.232503 (the current date and time).
For version tags, the package is published to test.pypi.org and pypi.org with the version tag (excluding the preceding v) as a version.
Fixes #686
How Has This Been Tested?
Publishing to test PyPi works.
Still need to test if publishing to real PyPi and generating a github release also works.
Checklist
works
version
is not necessary
verified that this is not necessary
CHANGELOG.md