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 d26318d commit 90831a7Copy full SHA for 90831a7
1 file changed
.github/workflows/publish.yml
@@ -39,6 +39,9 @@ jobs:
39
steps:
40
- name: Retrieve packages
41
uses: actions/download-artifact@v7
42
+ with:
43
+ name: dist
44
+ path: dist
45
- name: Upload packages
46
uses: pypa/gh-action-pypi-publish@release/v1
47
0 commit comments