We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6370264 commit 704b6c7Copy full SHA for 704b6c7
.github/workflows/testrelease_binary.yml
@@ -35,8 +35,7 @@ jobs:
35
rm -rf dist/*
36
python3 setup.py sdist
37
ls -l dist/
38
- python3 -m twine upload --repository-url https://test.pypi.org/legacy/ --password ${{ secrets.TEST_PYPI_TOKEN }} --username __token__ --verbose dist/*
39
- #python3 -m twine upload --password ${{ secrets.PYPI_TOKEN }} --username __token__ --verbose dist/*
+ #python3 -m twine upload --repository-url https://test.pypi.org/legacy/ --password ${{ secrets.TEST_PYPI_TOKEN }} --username __token__ --verbose dist/*
40
make_binary_3_8_9_10_11:
41
needs: make_sdist
42
strategy:
@@ -84,7 +83,7 @@ jobs:
84
83
85
export LD_LIBRARY_PATH=${CWD}/external/mfem/cmbuild_ser/:$LD_LIBRARY_PATH
86
87
- auditwheel repair *.whl
+ auditwheel -v repair *.whl
88
89
mv wheelhouse/* dist/
90
0 commit comments