Skip to content

Commit 704b6c7

Browse files
committed
checking test_release
1 parent 6370264 commit 704b6c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/testrelease_binary.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
rm -rf dist/*
3636
python3 setup.py sdist
3737
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/*
38+
#python3 -m twine upload --repository-url https://test.pypi.org/legacy/ --password ${{ secrets.TEST_PYPI_TOKEN }} --username __token__ --verbose dist/*
4039
make_binary_3_8_9_10_11:
4140
needs: make_sdist
4241
strategy:
@@ -84,7 +83,7 @@ jobs:
8483
rm -rf dist/*
8584
export LD_LIBRARY_PATH=${CWD}/external/mfem/cmbuild_ser/:$LD_LIBRARY_PATH
8685
87-
auditwheel repair *.whl
86+
auditwheel -v repair *.whl
8887
rm -rf dist/*
8988
mv wheelhouse/* dist/
9089

0 commit comments

Comments
 (0)