mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-20 15:55:40 +02:00
Create draft release on publish
This commit is contained in:
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -32,3 +32,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
|
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
|
||||||
poetry publish
|
poetry publish
|
||||||
|
|
||||||
|
- name: Create release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
with:
|
||||||
|
draft: true
|
||||||
|
files: dist/*
|
||||||
|
|||||||
Reference in New Issue
Block a user