File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 - name : Archive sdist
4444 uses : actions/upload-artifact@v4
4545 with :
46- name : wheels
46+ name : wheels ${{ matrix.os }}-${{ matrix.architecture }}
4747 path : dist/python-snappy*.tar.gz
4848
4949 build :
@@ -111,7 +111,7 @@ jobs:
111111 - uses : actions/upload-artifact@v4
112112 with :
113113 path : ./wheelhouse/*.whl
114- name : wheels
114+ name : wheels ${{ matrix.os }}-${{ matrix.architecture }}
115115
116116 upload :
117117 runs-on : ubuntu-latest
@@ -122,7 +122,7 @@ jobs:
122122 - name : Download test data
123123 uses : actions/download-artifact@v4.1.7
124124 with :
125- name : wheels
125+ name : wheels ${{ matrix.os }}-${{ matrix.architecture }}
126126 - name : Publish wheels to PyPI
127127 env :
128128 TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
You can’t perform that action at this time.
0 commit comments