Skip to content

Commit

Permalink
Fix CI composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jan 25, 2025
1 parent b18b6d4 commit 3871622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .github/actions/upload-artifact-wheel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ description: Upload wheel artifact to GitHub Actions
runs:
using: "composite"
steps:
- name: Update version in pyproject.toml
shell: bash
run: |
bash ./scripts/ci/build-update-pyproject-version.sh
- name: Generate updated lock file
shell: bash
run: poetry lock --no-update

- name: Set release output
shell: bash
if: github.event_name == 'push'
Expand Down
4 changes: 2 additions & 2 deletions nautilus_core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nautilus_core/infrastructure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_json = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
ustr = { workspace = true }
redis = { version = "=0.28.1", features = [
redis = { version = "0.28.2", features = [
"connection-manager",
"keep-alive",
"sentinel",
Expand Down

0 comments on commit 3871622

Please sign in to comment.