Skip to content

Commit

Permalink
fix workflows for publishing independent packages
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Gherghescu <[email protected]>
  • Loading branch information
andrei-ng committed Jan 2, 2025
1 parent 6a8c96c commit 8b19db1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish_plotly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,3 @@ jobs:
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
- run: cargo publish --allow-dirty -p plotly

create-gh-release:
name: Deploy to GH Releases
runs-on: ubuntu-latest
steps:
- uses: softprops/action-gh-release@v1
8 changes: 1 addition & 7 deletions .github/workflows/publish_plotly_kaleido.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,4 @@ jobs:
- run: cargo login ${{ env.CRATES_IO_TOKEN }}
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
- run: cargo publish --allow-dirty -p plotly_kaleido

create-gh-release:
name: Deploy to GH Releases
runs-on: ubuntu-latest
steps:
- uses: softprops/action-gh-release@v1
- run: cargo publish --allow-dirty -p plotly_kaleido

0 comments on commit 8b19db1

Please sign in to comment.