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 61550ea commit 4deccf6Copy full SHA for 4deccf6
.github/workflows/ci.yaml
@@ -109,7 +109,7 @@ jobs:
109
uses: actions/upload-artifact@v5
110
with:
111
name: dist-packages-${{ matrix.target }}-${{ matrix.python }}
112
- path: dist/
+ path: dist/*.whl
113
if-no-files-found: error
114
115
build-sdist:
@@ -126,7 +126,7 @@ jobs:
126
uses: actions/upload-artifact@v4
127
128
name: dist-packages-sdist
129
- path: dist
+ path: dist/*.tar.gz
130
131
test-installation:
132
name: Test package installation
@@ -360,6 +360,7 @@ jobs:
360
uses: actions/download-artifact@v6
361
362
path: dist
363
+ merge-multiple: true
364
365
- name: Publish the Python distribution to PyPI
366
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments