Skip to content

Commit 2ed0ca9

Browse files
committed
ci: remove some files from release upload
1 parent e6a56d7 commit 2ed0ca9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
with:
8080
name: dist
8181
path: dist
82+
- name: 🧹 Remove some stuff that won't make it through twine check
83+
run: |
84+
rm dist/*.source.tar.gz
85+
rm dist/sha512sums.txt
8286
- name: 📦 Publish to index
8387
uses: pypa/gh-action-pypi-publish@release/v1
8488
with:
@@ -100,5 +104,9 @@ jobs:
100104
with:
101105
name: dist
102106
path: dist
107+
- name: 🧹 Remove some stuff that won't make it through twine check
108+
run: |
109+
rm dist/*.source.tar.gz
110+
rm dist/sha512sums.txt
103111
- name: 📦 Publish to index
104112
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)