Skip to content

Commit 0c17ec6

Browse files
authored
Merge pull request #304 from skalenetwork/302-openssl-3-for-python-builds
Install setuptools before t-encrypt version resolution
2 parents 0afafec + d98c44a commit 0c17ec6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
run: |
134134
lib_path="${PWD}/build_t_encrypt_python/threshold_encryption/libt_encrypt_python.so"
135135
echo "T_ENCRYPT_LIB_PATH=${lib_path}" >> "$GITHUB_ENV"
136+
python3 -m pip install --upgrade pip setuptools
136137
137138
# Calculate Python package version
138139
cd python

0 commit comments

Comments
 (0)