Skip to content

Commit 16dca87

Browse files
authored
Merge pull request #127 from jpmorganchase/feature/build-test
modified: .github/workflows/pypi-publish.yml
2 parents 88fe1dc + 2af0ea0 commit 16dca87

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pypi-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
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 }}
@@ -39,7 +38,7 @@ jobs:
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:
@@ -52,8 +51,9 @@ jobs:
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__

0 commit comments

Comments
 (0)