Skip to content

Commit

Permalink
Debug publish
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Sep 27, 2024
1 parent 48c791d commit f816f94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish

on:
pull_request: {}
push:
tags:
- "v*"
Expand Down
8 changes: 3 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ thiserror = "1.0.30"
uuid = { version = "1.9.1", features = ["v4","fast-rng","macro-diagnostics", "serde"] }

### For xtask crate ###
tracel-xtask = { version = "~1.1" }
# tracel-xtask = { version = "~1.1" }
tracel-xtask = { git = "https://github.com/tracel-ai/xtask", rev = "e23ec642be6748128e3c0f0b783a9291cc801e20" }


[profile.dev]
debug = 0 # Speed up compilation time and not necessary.

0 comments on commit f816f94

Please sign in to comment.