File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed
Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1- name : Deploy Plotly
1+ name : Publish plotly
22
33on :
44 workflow_dispatch :
5- push :
6- tags :
7- - ' [0-9]+.[0-9]+.[0-9]+'
85
96jobs :
107 create-crates-io-release :
Original file line number Diff line number Diff line change 1+ name : Publish plotly-derive
2+
3+ on :
4+ workflow_dispatch :
5+
6+ jobs :
7+ create-crates-io-release :
8+ name : Deploy to crates.io
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v4
12+ - uses : dtolnay/rust-toolchain@stable
13+ - run : cargo login ${{ env.CRATES_IO_TOKEN }}
14+ env :
15+ CRATES_IO_TOKEN : ${{ secrets.CRATES_IO_TOKEN }}
16+ - run : cargo publish --allow-dirty -p plotly_derive
Original file line number Diff line number Diff line change 1- name : Deploy Plotly Kaleido
1+ name : Publish plotly-kaleido
22
33on :
44 workflow_dispatch :
5- push :
6- tags :
7- - ' [0-9]+.[0-9]+.[0-9]+'
85
96jobs :
107 create-crates-io-release :
You can’t perform that action at this time.
0 commit comments