We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f6be3 commit 4e3e324Copy full SHA for 4e3e324
1 file changed
.github/workflows/release.yml
@@ -76,11 +76,6 @@ jobs:
76
- name: Check package
77
run: twine check dist/*
78
79
- - name: Generate release checksums
80
- run: |
81
- cd dist
82
- sha256sum * > SHA256SUMS
83
-
84
- name: Upload artifacts
85
uses: actions/upload-artifact@v4
86
with:
@@ -164,6 +159,11 @@ jobs:
164
159
name: dist
165
160
path: dist/
166
161
162
+ - name: Generate release checksums
163
+ run: |
+ cd dist
+ sha256sum *.tar.gz *.whl > SHA256SUMS
+
167
- name: Generate changelog
168
id: changelog
169
env:
0 commit comments