File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ name = "encoderfile-core"
1515version = " 0.1.0-beta.3"
1616edition = " 2024"
1717license = " Apache-2.0"
18+ description = " Distribute and run transformer encoders with a single file."
1819
1920[features ]
2021bench = []
You can’t perform that action at this time.
0 commit comments