chore: release langsmith-pyo3 version 0.1.0rc4 (#1315) #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run langsmith_nodejs CI | |
# Our Node.js bindings also depend on the Rust workspace config, | |
# and on the `langsmith-tracing-client` crate itself. | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "rust/Cargo.toml" | |
- "rust/Cargo.lock" | |
- "rust/crates/langsmith-tracing-client/**" | |
- "rust/crates/langsmith-nodejs/**" | |
- ".github/workflows/test_langsmith_nodejs.yml" | |
pull_request: | |
paths: | |
- "rust/Cargo.toml" | |
- "rust/Cargo.lock" | |
- "rust/crates/langsmith-tracing-client/**" | |
- "rust/crates/langsmith-nodejs/**" | |
- ".github/workflows/test_langsmith_nodejs.yml" | |
workflow_dispatch: | |
permissions: | |
contents: read | |
env: | |
RUST_VERSION: '1.82' | |
RUST_WORKSPACE_PATH: 'rust' # The location of the Rust workspace relative to the repo root. | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo 'hello world' |