chore: attempt to fix sdist metadata, prep another RC (#1388)
Some checks are pending
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / Test site build (push) Waiting to run
CI / All tests pass (push) Blocked by required conditions
zizmor wheel builds for PyPI 🐍 / Build source distribution (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build macOS wheels (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (manylinux) (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Release (push) Blocked by required conditions
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (musllinux) (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build Windows wheels (push) Waiting to run
Deploy zizmor documentation site 🌐 / Deploy zizmor documentation to GitHub Pages 🌐 (push) Waiting to run
GitHub Actions Security Analysis with zizmor 🌈 / Run zizmor 🌈 (push) Waiting to run

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff 2025-11-28 22:29:18 -05:00 committed by GitHub
parent 5f5f1fadff
commit 6323373789
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View file

@ -3954,7 +3954,7 @@ dependencies = [
[[package]]
name = "zizmor"
version = "1.18.0-rc2"
version = "1.18.0-rc3"
dependencies = [
"annotate-snippets",
"anstream",

View file

@ -1,7 +1,7 @@
[package]
name = "zizmor"
description = "Static analysis for GitHub Actions"
version = "1.18.0-rc2"
version = "1.18.0-rc3"
repository = "https://github.com/zizmorcore/zizmor"
documentation = "https://docs.zizmor.sh"
keywords = ["cli", "github-actions", "static-analysis", "security"]

View file

@ -13,6 +13,7 @@ requires-python = ">=3.10"
[tool.maturin]
bindings = "bin"
manifest-path = "crates/zizmor/Cargo.toml"
include = [{ path = "README.md", format = "sdist" }, { path = "LICENSE", format = "sdist" }]
[dependency-groups]
docs = ["zensical"]