Skip to content

Commit

Permalink
fixing PYPI upload (OpenSSL version issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Jan 9, 2024
1 parent 876c28c commit cbea140
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testrelease_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
export PATH=/opt/python/cp37-cp37m/bin:$PATH
pip3 install wheel six auditwheel twine
pip3 install urllib3==1.26.6 # use older version to avoid OpenSSL vesion issue
pip3 install urllib3==1.26.6 # use older version to avoid OpenSSL vesion issue
pip3 install numpy==1.21.6
#if [ -f requirements.txt ]; then
# pip3 install -r requirements.txt
Expand Down Expand Up @@ -59,8 +59,9 @@ jobs:
#
ls -l /opt/python/
export PATH=/opt/python/${{ matrix.pythonpath }}/bin:$PATH
pip3 install six auditwheel twine
pip3 install six auditwheel twine
pip3 install urllib3==1.26.6 # use older version to avoid OpenSSL vesion issue
pip3 install numpy==1.21.6
pip3 install numba-scipy
if [ -f requirements.txt ]; then
Expand Down

0 comments on commit cbea140

Please sign in to comment.