We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af1960 commit e21e8d0Copy full SHA for e21e8d0
.github/workflows/cibuildwheels.yml
@@ -73,13 +73,17 @@ jobs:
73
74
- name: Build wheels
75
uses: pypa/[email protected]
76
+ env:
77
+ CIBW_OUTPUT_DIR: ./dist
78
79
- name: Upload wheels
80
uses: actions/upload-artifact@v4
81
with:
82
name: wheels-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.p_ver }}
83
path: ./dist/*.whl
84
85
+ - name: List files in dist
86
+ run: ls -l ./dist
87
88
build_sdist:
89
name: Build sdist
@@ -137,9 +141,6 @@ jobs:
137
141
pattern: wheels-* # Download the wheels artifact
138
142
merge-multiple: true # Merge all the wheels artifacts into one directory
139
143
140
- - name: List files in dist
- run: ls -l ./dist
-
144
- uses: pypa/gh-action-pypi-publish@release/v1
145
146
user: __token__
0 commit comments