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/README.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The `test` job is the slowest — act spins up one container per Python version.
53
53
./scripts/act-publish.sh --release # simulate a real release event
54
54
```
55
55
56
-
The `--release` mode will trigger `version-check` and attempt to reach `publish-pypi` but still fails safely because no real PyPI token is wired into the local act environment — this is the correct behavior for a pre-transfer sanity check.
56
+
The `--release` mode will trigger `version-check` and attempt to reach `publish-pypi` but still fails safely because no real PyPI token is wired into the local act environment.
57
57
58
58
## Event payloads
59
59
@@ -66,14 +66,3 @@ Every fixture under `.github/act-events/` is a realistic-enough subset of the Gi
66
66
|`actions/upload-artifact@v4`| Skipped via `if: ${{ !env.ACT }}`| v4 requires `ACTIONS_RUNTIME_TOKEN` which act cannot provide. The step runs normally on real GitHub. Consequence: `publish-pypi` under `--release` cannot find the artifact locally, but that path also can't reach PyPI without credentials so it's moot. |
67
67
|`codecov/codecov-action@v4`| Runs, upload silently fails | Gated behind `github.event_name == 'push' && github.ref == 'refs/heads/main'` — the push event payload satisfies this but no codecov token is wired in locally. Non-fatal. |
68
68
|`pypa/gh-action-pypi-publish@release/v1`| Never reached | Blocked by the dry-run gate; see above. |
69
-
70
-
## Pre-transfer checklist
71
-
72
-
Before moving this repo out of `threatzone-services`, verify:
0 commit comments