diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 517b88648b07..038dc80778dd 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -15,9 +15,6 @@ on: type: string pull_request: paths: - # When we change pyproject.toml, we want to ensure that the maturin builds still work. - - pyproject.toml - # And when we change this workflow itself... - .github/workflows/build-docker.yml jobs: diff --git a/Cargo.lock b/Cargo.lock index 602e5a74f3a4..4904807f0172 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2254,7 +2254,7 @@ dependencies = [ [[package]] name = "puffin" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anstream", "anyhow", diff --git a/crates/puffin/Cargo.toml b/crates/puffin/Cargo.toml index f6af70331143..6a18259ebf63 100644 --- a/crates/puffin/Cargo.toml +++ b/crates/puffin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "puffin" -version = "0.0.1" +version = "0.0.2" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/pyproject.toml b/pyproject.toml index 6809ed98d55c..f45340424e1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "puffin-alpha" -version = "0.0.1" +version = "0.0.2" authors = [{ name = "Puffin" }] requires-python = ">=3.7" keywords = []