We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7299e commit 8e322e3Copy full SHA for 8e322e3
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
release_name: ${{ github.ref }}
34
body: |
35
Please see the CHANGELOG.md in the root of the repository for the release notes
36
- draft: false
+ draft: true
37
prerelease: false
38
- name: Build and publish to PyPI
39
env:
0 commit comments