Skip to content

Commit 865c102

Browse files
committed
Merge branch 'v2'
2 parents b4a6942 + ce9c87c commit 865c102

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/package-release.yml renamed to .github/workflows/package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Package and Release
1+
name: Package
22

33
on:
44
push:
@@ -179,6 +179,10 @@ jobs:
179179
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
180180
/usr/local/bin/python3.9 -m venv venv
181181
source venv/bin/activate
182+
# for some reason, pycryptodome won't install when
183+
# setuptools is installed/upgraded, so install it before
184+
# install/upgrade setuptools
185+
pip install pycryptodome==3.9.7
182186
python -m pip install --upgrade pip pyinstaller setuptools
183187
pip install external/okta-0.0.3.1-py2.py3-none-any.whl
184188
pip install -e .

0 commit comments

Comments
 (0)