Skip to content

Should I build the dists myself, before invoking this GitHub Action? #47

Answered by webknjaz
emcek asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you have you build the dists so that there would be something to upload. As stated in the README:

Users are responsible for preparing dists for upload by putting them into the dist/ folder prior to running this Action.

Make sure to build the dists using your favorite method, like invoking some PEP 517 build front-end1 (we recommend using pypa/build!). Check out our packaging guide for more details.

Footnotes

  1. To learn more about the separation of PEP 517 build back-end and front-end, see https://www.python.org/dev/peps/pep-0517/#appendix-a-comparison-to-pep-516

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by webknjaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #47 on November 16, 2020 16:20.