Skip to content

Commit

Permalink
Change puffin-cli binary to puffin
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Oct 9, 2023
1 parent f03c605 commit 1adc8ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ on:
push:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'
pull_request:

jobs:
# Run 'cargo dist plan' to determine what tasks we need to do
Expand Down
4 changes: 4 additions & 0 deletions crates/puffin-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "puffin-cli"
version = "0.0.1"
edition = "2021"

[[bin]]
name = "puffin"
path = "src/main.rs"

[dependencies]
pep440_rs = { path = "../pep440-rs" }
pep508_rs = { path = "../pep508-rs" }
Expand Down

0 comments on commit 1adc8ae

Please sign in to comment.