Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

Generate wheels in addition to the source distribution #80

Merged
merged 1 commit into from
Aug 8, 2017
Merged

Generate wheels in addition to the source distribution #80

merged 1 commit into from
Aug 8, 2017

Conversation

edmorley
Copy link
Contributor

@edmorley edmorley commented Aug 7, 2017

The release script now generates wheels - one for each of Python 2 and Python 3 (since the contents for each will soon differ once the async directory is excluded on Python 2). In addition, the upload is now performed using Twine, as recommended by the official PyPA packaging guide.

Note: If you inspect the wheel for each of Python 2 and 3, you can see the METADATA file in the *.dist-info directory correctly includes the aiohttp and friends dependencies on Python 3, and omits them on Python 2.

A later PR will exclude the async directory from the wheel entirely on Python 2.

Fixes #79.

The release script now generates wheels - one for each of Python 2
and Python 3 (since the contents for each will soon differ once the
`async` directory is excluded on Python 2). In addition, the upload
is now performed using Twine, as recommended by the official PyPA
packaging guide.

Fixes #79.
@jhford jhford merged commit 24aa423 into taskcluster:master Aug 8, 2017
@edmorley edmorley deleted the generate-wheels branch August 8, 2017 14:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants