We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a56d7 commit 2ed0ca9Copy full SHA for 2ed0ca9
1 file changed
.github/workflows/build.yml
@@ -79,6 +79,10 @@ jobs:
79
with:
80
name: dist
81
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
86
- name: 📦 Publish to index
87
uses: pypa/gh-action-pypi-publish@release/v1
88
@@ -100,5 +104,9 @@ jobs:
100
104
101
105
102
106
107
108
109
110
103
111
112
0 commit comments