File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 run : |
131131 if [ -d "inferadb-derive" ]; then
132132 cd inferadb-derive
133- cargo publish --token "$CARGO_REGISTRY_TOKEN" || echo "inferadb-derive may already be published"
133+ cargo publish --token "$CARGO_REGISTRY_TOKEN" --allow-dirty || echo "inferadb-derive may already be published"
134134 cd ..
135135 # Wait for crates.io to index
136136 sleep 30
@@ -140,7 +140,7 @@ jobs:
140140 - name : Publish inferadb
141141 env :
142142 CARGO_REGISTRY_TOKEN : ${{ steps.auth.outputs.token }}
143- run : cargo publish --token "$CARGO_REGISTRY_TOKEN"
143+ run : cargo publish --token "$CARGO_REGISTRY_TOKEN" --allow-dirty
144144
145145 # Build and publish documentation
146146 docs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["inferadb-derive", "examples"]
33
44[package ]
55name = " inferadb"
6- version = " 0.1.2 "
6+ version = " 0.1.3 "
77edition = " 2021"
88rust-version = " 1.88"
99license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments