Skip to content

Commit 2841b6e

Browse files
committed
Fix packages dir
1 parent 0e1d3b7 commit 2841b6e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- uses: actions/upload-artifact@v4
3232
with:
3333
path: ./dist
34+
name: dist
3435

3536
# https://docs.pypi.org/trusted-publishers/using-a-publisher/
3637
pypi-publish:
@@ -43,10 +44,11 @@ jobs:
4344
# Mandatory for trusted publishing
4445
id-token: write
4546
steps:
46-
- uses: actions/download-artifact@v5
47+
- uses: actions/download-artifact@v6
48+
with:
49+
name: dist
4750

4851
- name: 🚀 Publish package distributions to PyPI
4952
uses: pypa/gh-action-pypi-publish@release/v1
5053
with:
51-
packages-dir: artifact/
5254
print-hash: true

0 commit comments

Comments
 (0)