From fba76913dcd9fc5a96206cfa210e91c166c4d3fa Mon Sep 17 00:00:00 2001 From: Mike Almeloo Date: Thu, 29 Feb 2024 18:00:57 +0100 Subject: [PATCH] Create draft release on publish --- .github/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7ff53da..d793c28 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,3 +32,9 @@ jobs: run: | poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }} poetry publish + + - name: Create release + uses: softprops/action-gh-release@v1 + with: + draft: true + files: dist/*