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 0e1d3b7 commit 2841b6eCopy full SHA for 2841b6e
.github/workflows/publish.yml
@@ -31,6 +31,7 @@ jobs:
31
- uses: actions/upload-artifact@v4
32
with:
33
path: ./dist
34
+ name: dist
35
36
# https://docs.pypi.org/trusted-publishers/using-a-publisher/
37
pypi-publish:
@@ -43,10 +44,11 @@ jobs:
43
44
# Mandatory for trusted publishing
45
id-token: write
46
steps:
- - uses: actions/download-artifact@v5
47
+ - uses: actions/download-artifact@v6
48
+ with:
49
50
51
- name: 🚀 Publish package distributions to PyPI
52
uses: pypa/gh-action-pypi-publish@release/v1
53
- packages-dir: artifact/
54
print-hash: true
0 commit comments