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
Copy file name to clipboardExpand all lines: .github/workflows/workflow.yaml
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,12 +99,23 @@ jobs:
99
99
OLD_VERSION=$(poetry version -s)
100
100
python -c "from packaging import version;assert version.parse(\"${NEW_VERSION}\") > version.parse(\"${OLD_VERSION}\"), \"β Bad version bump detected: you must bump the version in pyproject.toml\""
101
101
python -c "print(\"β Version will be bumped from ${OLD_VERSION} to ${NEW_VERSION}\")"
0 commit comments