Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust publish workflow #227

Merged
merged 6 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,26 @@ jobs:
toolchain: stable
override: true

- name: Publish crates
- name: Publish egobox-doe
uses: katyo/publish-crates@v2
path: ./crates/doe
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

- name: Publish egobox-gp
uses: katyo/publish-crates@v2
path: ./crates/gp
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

- name: Publish egobox-moe
uses: katyo/publish-crates@v2
path: ./crates/moe
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

- name: Publish egobox-ego
uses: katyo/publish-crates@v2
path: ./crates/ego
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Loading
Loading