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
* patch: Add SLSA provenance to release assets ([`9050760`](https://github.com/sandialabs/staged-script/commit/9050760cf2c4f506fa2148df5ef95364c93efa80))
15
+
16
+
See https://slsa.dev/ for motivation.
17
+
18
+
Creating a patch release to ensure these additions to the automated
19
+
release process work.
20
+
21
+
Note that the `release` job has been subdivided, because the SLSA
22
+
provenance reusable workflow cannot be used as a step within a job, but
23
+
must be used as a job on its own.
24
+
25
+
### Refactoring
26
+
* refactor: Switch method to module function ([`b7c26fc`](https://github.com/sandialabs/staged-script/commit/b7c26fce99436b9792e038717a8fa913e9ff993d))
27
+
28
+
I should have done this ages ago. Instead of `_validate_stage_name`
29
+
being a static method in the `StagedScript` class, make it a function in
30
+
the `staged_script` module. We then no longer need to ignore the MyPy
31
+
error about `__class__` being undefined, and Ruff's SLF linter won't
0 commit comments