You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A build environment that could later get various build factors if needed (e.g. different Python versions if we end up building version-specific wheels)
A twine environment that runs twine upload
Possibly have the twine environment run twine check before uploading, failing if the check fails?
Make sure the environment that does the upload depends on the build environment(s)
A label that runs all those environments, allowing the dependencies to figure out order
It would be nice if I could run something like:
tox -m publish
to build the sdist and any necessary wheels and then upload them to pypi using twine.The text was updated successfully, but these errors were encountered: