Skip to content

Commit

Permalink
Run cargo-dist plan on PR (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Jan 18, 2024
1 parent a262936 commit 59d700a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
rust-version = "1.74"
homepage = "https://pypi.org/project/puffin-alpha/"
documentation = "https://pypi.org/project/puffin-alpha/"
repository = "https://pypi.org/project/puffin-alpha/"
repository = "https://github.com/astral-sh/puffin"
authors = ["Puffin"]
license = "MIT OR Apache-2.0"

Expand Down Expand Up @@ -158,7 +158,7 @@ auto-includes = false
# Whether cargo-dist should create a Github Release or use an existing draft
create-release = true
# Publish jobs to run in CI
pr-run-mode = "skip"
pr-run-mode = "plan"
# Whether CI should trigger releases with dispatches instead of tag pushes
dispatch-releases = true
# Whether CI should include auto-generated code to build local artifacts
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ keywords = []
classifiers = []
readme = "README.md"

[project.urls]
Repository = ""
Documentation = ""
Changelog = ""

[tool.maturin]
bindings = "bin"
manifest-path = "crates/puffin-cli/Cargo.toml"
Expand Down

0 comments on commit 59d700a

Please sign in to comment.