We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16b60a commit 7cb4b89Copy full SHA for 7cb4b89
.github/workflows/build.yml
@@ -441,6 +441,7 @@ jobs:
441
${{ matrix.python-version }} -m pip install --upgrade wheel
442
${{ matrix.python-version }} -m pip install --upgrade setuptools
443
${{ matrix.python-version }} -m pip install --upgrade build
444
+ python3.13 -m pip install cryptography==3.3.2
445
python3.13 -m pip install twine
446
setarch i386 ${{ matrix.python-version }} -m build --wheel
447
python3.13 -m pip install --upgrade auditwheel
0 commit comments