We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ed844 commit 442837bCopy full SHA for 442837b
.github/workflows/deploy.yml
@@ -53,7 +53,7 @@ jobs:
53
- uses: actions/upload-artifact@v2
54
with:
55
path: ./wheelhouse/Wikipedia*.whl
56
- # name: wheel-${{ matrix.os }}-${{ matrix.python }}.whl
+ name: wikipedia-api-${{ matrix.os }}-${{ matrix.python }}.whl
57
58
build_sdist:
59
name: Build source distribution
@@ -72,7 +72,7 @@ jobs:
72
73
74
path: dist/Wikipedia*.tar.gz
75
- # name: sdist.tar.gz
+ name: wikipedia-api-sdist.tar.gz
76
77
upload_pypi:
78
needs: [build_wheels, build_sdist]
@@ -84,7 +84,7 @@ jobs:
84
steps:
85
- uses: actions/download-artifact@v4
86
87
- name: artifact
+ name: wikipedia-api-*
88
path: dist
89
90
- uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments