File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 CIBW_ARCHS_LINUX : " x86_64"
2323 CIBW_ARCHS_MACOS : " x86_64"
2424 CIBW_SKIP : " pp* *-musllinux_*"
25- CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
26- CIBW_REPAIR_WHEEL_COMMAND_LINUX : " auditwheel repair -w {dest_dir} {wheel}"
27- CIBW_REPAIR_WHEEL_COMMAND_MACOS : " delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
25+ CIBW_ENVIRONMENT : " QOKIT_PYTHON_ONLY=1"
26+ CIBW_BUILD_VERBOSITY : 1
2827 - uses : actions/upload-artifact@v4
2928 with :
3029 name : wheels-${{ matrix.os }}
3938 run : pipx run build --sdist
4039 - uses : actions/upload-artifact@v4
4140 with :
42- name : dist-${{ matrix.python }} - ${{matrix.os}}
41+ name : sdist
4342 path : dist/*.tar.gz
4443
4544 upload_pypi :
5251 steps :
5352 - uses : actions/download-artifact@v4.1.7
5453 with :
55- name : artifact
54+ pattern : ' * '
5655 path : dist
56+ merge-multiple : true
5757 - uses : pypa/gh-action-pypi-publish@release/v1
5858 with :
5959 user : __token__
You can’t perform that action at this time.
0 commit comments