We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb401bc commit e5ac4e6Copy full SHA for e5ac4e6
noxfile.py
@@ -93,13 +93,6 @@ def publish_pypi(session):
93
94
95
def _publish(session, repository):
96
- missing = [p for p in BUILD_DIRS if not Path(p).is_dir()]
97
- if missing:
98
- session.error(
99
- f"Missing one or more build directories: {', '.join(missing)}. "
100
- "Run build session and try again"
101
- )
102
-
103
session.install("twine")
104
105
files = [str(f) for f in Path("dist").iterdir()]
0 commit comments