Skip to content

Commit a267a14

Browse files
committed
nox: zenodo
1 parent 098db56 commit a267a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def zenodo_upload(session):
206206
version = _get_version_from_pyproject()
207207
last_tag = _get_last_tag(session)
208208

209-
assert version == last_tag
209+
assert version == last_tag, (version, last_tag)
210210

211211
now = datetime.now()
212212
str_date = f"{now.year}-{now.month}-{now.day}"

0 commit comments

Comments
 (0)