From d59a1c61dedef2c6cca83d06e2e4fe56edfa788c Mon Sep 17 00:00:00 2001 From: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:13:47 +0200 Subject: [PATCH] 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 <8067229+andrei-ng@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- plotly_static/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 348b86cf..33c8c1f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,9 +24,9 @@ jobs: - run: sleep 10 - run: cargo publish --allow-dirty -p plotly_kaleido - run: sleep 10 - - run: cargo publish --allow-dirty -p plotly_static --features webdriver_download,chromedriver - - run: sleep 10 - run: cargo publish --allow-dirty -p plotly + - run: sleep 10 + - run: cargo publish --allow-dirty -p plotly_static --features webdriver_download,chromedriver create-gh-release: name: Deploy to GH Releases diff --git a/plotly_static/Cargo.toml b/plotly_static/Cargo.toml index 9afc1559..92a359fb 100644 --- a/plotly_static/Cargo.toml +++ b/plotly_static/Cargo.toml @@ -8,7 +8,7 @@ workspace = ".." homepage = "https://github.com/plotly/plotly.rs" repository = "https://github.com/plotly/plotly.rs" edition = "2021" -keywords = ["plot", "static", "image", "export", "chart", "plotly", "ndarray"] +keywords = ["plotly", "static", "image", "export", "webdriver"] exclude = ["target/*"]