Build both sdist and wheel (rather than one or the other) #2911
-
What's the problem this feature will solve?I would like to have built both the sdist and wheel. Describe the solution you'd likeOption to build both sdist and wheel I have been using wheel because that's what I want to put on pypi but turns out I need sdist for conda. This is my tox setup:
|
Beta Was this translation helpful? Give feedback.
Answered by
gaborbernat
Feb 1, 2023
Replies: 1 comment 3 replies
-
You can already do this. Create a different env for sdist; e.g.
Note setting the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
gaborbernat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can already do this. Create a different env for sdist; e.g.
Note setting the
recreate = true
flag is not needed anymore with tox 4.