We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9bccb commit 6d8de7cCopy full SHA for 6d8de7c
.github/workflows/build.yml
@@ -127,6 +127,8 @@ jobs:
127
needs: build_unix
128
env:
129
PYCRYPTO: pycrypto-2.6.1-cp34-none-win32
130
+ # Temporary workaround for Python 3.4/5 failures - May 2024
131
+ PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
132
outputs:
133
sha256_win: ${{ steps.sha256_win.outputs.sha256_win }}
134
sha512_win: ${{ steps.sha512_win.outputs.sha512_win }}
0 commit comments