Skip to content

Commit b1d8ccf

Browse files
committed
ci: remove dry-run step from package publishing
1 parent 067a98f commit b1d8ccf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,6 @@ jobs:
288288
"serious_python_linux"; do
289289
290290
uv run "$SCRIPTS/patch_pubspec.py" "$pkg/pubspec.yaml" "$PKG_VER"
291-
pushd "$pkg" >/dev/null
292-
dart pub publish --dry-run
293-
popd >/dev/null
294291
done
295292
296293
- name: Publish packages

0 commit comments

Comments
 (0)