Skip to content

Build both sdist and wheel (rather than one or the other) #2911

Answered by gaborbernat
mcarans asked this question in Q&A
Discussion options

You must be logged in to vote

You can already do this. Create a different env for sdist; e.g.

[testenv:py311]
package = wheel

[testenv:py311-sdist]
package = sdist

Note setting the recreate = true flag is not needed anymore with tox 4.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mcarans
Comment options

@gaborbernat
Comment options

@mcarans
Comment options

Answer selected by gaborbernat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #2910 on February 01, 2023 02:00.