Skip to content

Commit e5ac4e6

Browse files
committed
fix pypi workflow
1 parent cb401bc commit e5ac4e6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

noxfile.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,6 @@ def publish_pypi(session):
9393

9494

9595
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-
10396
session.install("twine")
10497

10598
files = [str(f) for f in Path("dist").iterdir()]

0 commit comments

Comments
 (0)