Skip to content

Commit 4e3e324

Browse files
committed
Fix release assets for PyPI publish
1 parent 34f6be3 commit 4e3e324

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ jobs:
7676
- name: Check package
7777
run: twine check dist/*
7878

79-
- name: Generate release checksums
80-
run: |
81-
cd dist
82-
sha256sum * > SHA256SUMS
83-
8479
- name: Upload artifacts
8580
uses: actions/upload-artifact@v4
8681
with:
@@ -164,6 +159,11 @@ jobs:
164159
name: dist
165160
path: dist/
166161

162+
- name: Generate release checksums
163+
run: |
164+
cd dist
165+
sha256sum *.tar.gz *.whl > SHA256SUMS
166+
167167
- name: Generate changelog
168168
id: changelog
169169
env:

0 commit comments

Comments
 (0)