Open
Conversation
By releasing as a [Python wheel](http://pythonwheels.com/) as well as a source distribution, you can speed up end user’s installs. After merging this command, to release you just need to run `python setup.py clean sdist bdist_wheel upload`.
Member
|
Blocked by #96 |
2a3a5f5 to
70fb0c8
Compare
|
could we release two wheel packages before #96 get fixed? |
Member
|
@fengxx sure, please check it. I uploaded 0.12.1 to test PyPI, wheels only. |
52 tasks
|
sorry for late response, py3 package is ok, but the py2 package seems not be packaged correctly Files used for testing |
|
I think we need use Otherwise build/lib is not cleaned up, which may contain python3 code |
Member
|
@fengxx Thanks, I re-uploaded it after |
temoto
added a commit
that referenced
this pull request
Apr 12, 2019
|
thanks, 0.12.2 works on both py2/py3 |
clrpackages
pushed a commit
to clearlinux-pkgs/httplib2
that referenced
this pull request
May 6, 2019
Felix Yan (1):
Fix a warning under Python 3.7
Sergey Shepelev (5):
v0.12.1 release
release: clean --all helps to make wheels httplib2/httplib2#29
travis: upgrade service jobs python 3.6 -> 3.7 for no good reason; fix indent in script/release
release non-universal wheels
v0.12.3 release
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.
By releasing as a Python wheel as well as a source distribution, you can speed up end user’s installs. After merging this command, to release you just need to run
python setup.py clean sdist bdist_wheel upload.