There was an error while loading. Please reload this page.
1 parent 652fde8 commit f6c3227Copy full SHA for f6c3227
1 file changed
.github/workflows/publish.yml
@@ -16,6 +16,7 @@ jobs:
16
python -m build
17
- uses: actions/upload-artifact@v6
18
with:
19
+ name: dist
20
path: ./dist
21
22
pypi-publish:
@@ -28,7 +29,10 @@ jobs:
28
29
id-token: write
30
steps:
31
- uses: actions/download-artifact@v7
32
+ with:
33
34
+ path: dist/
35
- name: Publish package distributions to PyPI
36
uses: pypa/gh-action-pypi-publish@release/v1
37
- packages_dir: artifact/
38
+ packages-dir: dist/
0 commit comments