Skip to content

Commit 769b3ee

Browse files
committed
ci: description for crate and envs
1 parent c13bbd6 commit 769b3ee

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,14 @@ jobs:
105105

106106
- name: Cargo publish (dry-run)
107107
run: cargo publish -p encoderfile-core --dry-run
108+
env:
109+
ENCODERFILE_DEV: "false"
108110

109111
- name: Cargo publish
110112
run: cargo publish -p encoderfile-core
111113
env:
112114
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
115+
ENCODERFILE_DEV: "false"
113116

114117
build-encoderfile:
115118
needs: tag
@@ -136,6 +139,8 @@ jobs:
136139

137140
- name: Build
138141
run: cargo build --bin encoderfile --release --target ${{ matrix.platform.target }}
142+
env:
143+
ENCODERFILE_DEV: "false"
139144

140145
- name: Create release tarball
141146
run: |

encoderfile-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ name = "encoderfile-core"
1515
version = "0.1.0-beta.3"
1616
edition = "2024"
1717
license = "Apache-2.0"
18+
description = "Distribute and run transformer encoders with a single file."
1819

1920
[features]
2021
bench = []

0 commit comments

Comments
 (0)