Skip to content

Commit 14be8ce

Browse files
authored
Update Release PyPi.yml
1 parent 3931fc6 commit 14be8ce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/Release PyPi.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,21 +104,22 @@ jobs:
104104
- uses: actions/download-artifact@v4
105105
with:
106106
pattern: wheels-*
107-
path: .
107+
path: dist
108108
merge-multiple: true
109109

110110
- name: Generate artifact attestation
111111
uses: actions/attest-build-provenance@v2
112112
with:
113-
subject-path: "*"
113+
subject-path: "dist/*"
114114

115115
- name: Publish to PyPI
116116
uses: pypa/gh-action-pypi-publish@release/v1
117117
with:
118+
packages-dir: dist/
118119
print-hash: true
119120

120121
- name: Create GitHub Release
121122
uses: softprops/action-gh-release@v2
122123
with:
123-
files: "*"
124+
files: "dist/*"
124125
generate_release_notes: true

0 commit comments

Comments
 (0)