Skip to content

Commit e90cd33

Browse files
Require sdist for pypi upload
1 parent acfef2f commit e90cd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
verbose: true
103103

104104
upload_pypi:
105-
needs: [build_wheels, upload_test_pypi]
105+
needs: [build_wheels, build_sdist, upload_test_pypi]
106106
runs-on: ubuntu-latest
107107
environment: pypi
108108
permissions:

0 commit comments

Comments
 (0)