Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Feb 2, 2025
1 parent 25afc53 commit 12b73c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,22 +124,11 @@ jobs:
with:
poetry-version: "1.8.3"

- name: Check system OpenSSL version
run: "openssl version"
if: matrix.os == 'macos-14'

- name: List linked OpenSSL versions
run: "ls -lh `brew --prefix openssl`*"
if: matrix.os == 'macos-14'

- name: Check OpenSSL version used in Python
run: "python -c \"import ssl; print(ssl.OPENSSL_VERSION)\""
if: matrix.os == 'macos-14'

- name: Install dependencies
run: poetry install --with build --without dev --no-interaction --no-root
env:
# For building psycopg on MacOS
# Required the the same version of openssl as the one used by the Python installation
LDFLAGS: "-L/opt/homebrew/opt/[email protected]/lib"
CPPFLAGS: "-I/opt/homebrew/opt/[email protected]/include"

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.rc12"
version = "v3.0.2"
description = "StakeWise operator service for registering vault validators"
authors = ["StakeWise Labs <[email protected]>"]
package-mode = false
Expand Down

0 comments on commit 12b73c4

Please sign in to comment.