Skip to content

Commit 4506082

Browse files
committed
make plotly_static last crate as currently will fail
- plotly_static needs to be added to the same crates.io token Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent f205c15 commit 4506082

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- run: sleep 10
2525
- run: cargo publish --allow-dirty -p plotly_kaleido
2626
- run: sleep 10
27-
- run: cargo publish --allow-dirty -p plotly_static --features webdriver_download,chromedriver
28-
- run: sleep 10
2927
- run: cargo publish --allow-dirty -p plotly
28+
- run: sleep 10
29+
- run: cargo publish --allow-dirty -p plotly_static --features webdriver_download,chromedriver
3030

3131
create-gh-release:
3232
name: Deploy to GH Releases

plotly_static/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ workspace = ".."
88
homepage = "https://github.com/plotly/plotly.rs"
99
repository = "https://github.com/plotly/plotly.rs"
1010
edition = "2021"
11-
keywords = ["plot", "static", "image", "export", "chart", "plotly", "ndarray"]
11+
keywords = ["plotly", "static", "image", "export", "webdriver"]
1212

1313
exclude = ["target/*"]
1414

0 commit comments

Comments
 (0)