We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f1986 commit ba57e9aCopy full SHA for ba57e9a
.github/workflows/build.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Place wheels in artifacts folder
82
uses: actions/upload-artifact@v4
83
with:
84
- name: ${{ matrix.os }}-${{ matrix.python-version }}
+ name: ${{ matrix.os }}
85
path: ./dist/*.whl
86
87
test-wheels:
@@ -147,15 +147,10 @@ jobs:
147
uses: actions/setup-python@v4
148
149
python-version: ${{ matrix.python-version }}
150
- - name: Setup Python ${{ matrix.python-version }}
151
- uses: actions/setup-python@v4
152
- with:
153
- python-version: ${{ matrix.python-version }}
154
155
- name: Retrieve packages
156
uses: actions/download-artifact@v4
157
158
- name: artifact
159
path: dist
160
161
- name: Install twine
0 commit comments