[workflows/build.yml] Temporary workaround for Python 3.4/5 failures

https://github.com/actions/setup-python/issues/866
This commit is contained in:
dirkf 2024-05-16 19:07:15 +01:00 committed by GitHub
parent cf9bccb0e5
commit 6d8de7ccf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,6 +127,8 @@ jobs:
needs: build_unix
env:
PYCRYPTO: pycrypto-2.6.1-cp34-none-win32
# Temporary workaround for Python 3.4/5 failures - May 2024
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
outputs:
sha256_win: ${{ steps.sha256_win.outputs.sha256_win }}
sha512_win: ${{ steps.sha512_win.outputs.sha512_win }}