Skip to content

Commit 8e322e3

Browse files
committed
[gha: release] make GH releases drafts by default
For now, installers are built locally and uploaded to releases. This allows the installer artifact push before the release is live
1 parent 7c7299e commit 8e322e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
release_name: ${{ github.ref }}
3434
body: |
3535
Please see the CHANGELOG.md in the root of the repository for the release notes
36-
draft: false
36+
draft: true
3737
prerelease: false
3838
- name: Build and publish to PyPI
3939
env:

0 commit comments

Comments
 (0)