Update build-pypi.yml to set draft and prerelease options for GitHub release

This commit is contained in:
oop7
2026-02-10 14:43:38 +02:00
parent a3abd3309f
commit 7490f1939b
+3
View File
@@ -43,6 +43,9 @@ jobs:
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:
tag_name: v${{ inputs.version || github.event.inputs.version }} tag_name: v${{ inputs.version || github.event.inputs.version }}
name: YTSage v${{ inputs.version || github.event.inputs.version }}
draft: true
prerelease: false
files: | files: |
dist/* dist/*
env: env: