We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6b0c3 commit f4dcd50Copy full SHA for f4dcd50
.github/workflows/wheel.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Archive sdist
44
uses: actions/upload-artifact@v4
45
with:
46
- name: wheels
+ name: wheels ${{ matrix.os }}-${{ matrix.architecture }}
47
path: dist/python-snappy*.tar.gz
48
49
build:
@@ -111,7 +111,7 @@ jobs:
111
- uses: actions/upload-artifact@v4
112
113
path: ./wheelhouse/*.whl
114
115
116
upload:
117
runs-on: ubuntu-latest
@@ -122,7 +122,7 @@ jobs:
122
- name: Download test data
123
uses: actions/[email protected]
124
125
126
- name: Publish wheels to PyPI
127
env:
128
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments