There was an error while loading. Please reload this page.
1 parent 65a3b5b commit 5eef3c8Copy full SHA for 5eef3c8
1 file changed
.github/workflows/deploy.yaml
@@ -68,10 +68,15 @@ jobs:
68
with:
69
fetch-depth: 0
70
71
+ - name: Install build dependencies
72
+ run: |
73
+ python -m pip install --upgrade pip
74
+ pip install pipx twine
75
+
76
- name: Build sdist
77
run: pipx run build --sdist
78
- - name: Check package
79
+ - name: Check source package
80
run: |
81
twine check dist/*.tar.gz
82
0 commit comments