Skip to content

Commit

Permalink
Add flags
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Jan 31, 2025
1 parent 4b46d70 commit 84c0ccc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ jobs:

- name: Install dependencies
run: poetry install --with build --without dev --no-interaction --no-root
env:
LDFLAGS: "-L/opt/homebrew/opt/openssl@3/lib"
CPPFLAGS: "-I/opt/homebrew/opt/openssl@3/include"

- name: Get the version
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "v3-operator"
version = "v3.0.2.rc6"
version = "v3.0.2.rc7"
description = "StakeWise operator service for registering vault validators"
authors = ["StakeWise Labs <[email protected]>"]
package-mode = false
Expand Down

0 comments on commit 84c0ccc

Please sign in to comment.