Skip to content
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
134 changes: 0 additions & 134 deletions .github/workflows/android.yml

This file was deleted.

90 changes: 0 additions & 90 deletions .github/workflows/dart.yml

This file was deleted.

12 changes: 5 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: "20"
- run: npm ci
- name: Install Rust toolchain
run: rustup update stable && rustup default stable
Expand Down Expand Up @@ -65,13 +65,11 @@ jobs:
- run: rustup update stable && rustup default stable
- run: cargo update eppo_core
working-directory: ruby-sdk
- run: cargo update eppo_core
working-directory: dart-sdk/rust
- name: Open pull request
uses: peter-evans/create-pull-request@v7
with:
commit-message: 'chore: update lockfiles'
title: 'chore: update lockfiles'
commit-message: "chore: update lockfiles"
title: "chore: update lockfiles"
branch: create-pull-request/ruby-lockfile
base: main

Expand Down Expand Up @@ -229,12 +227,12 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: "20"

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: "3.3"

- name: Download the cross-compiled gems
uses: actions/download-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
node_modules

.idea/
.vscode/
.DS_Store
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ To release new versions:
- `rust-sdk@x.y.z`
- `python-sdk@x.y.z`
- `ruby-sdk@x.y.z`
- `dart-sdk-x.y.z` — note the `-` instead of `@`
- Copy release notes from `CHANGELOG.md` file.
- Publish release.
- CI will automatically push a new release out to package registries.
50 changes: 0 additions & 50 deletions dart-sdk/.gitignore

This file was deleted.

51 changes: 0 additions & 51 deletions dart-sdk/.pubignore

This file was deleted.

7 changes: 0 additions & 7 deletions dart-sdk/CHANGELOG.md

This file was deleted.

Loading
Loading