Skip to content

Commit b73d522

Browse files
authored
Don't add assets to a release
1 parent 27cd110 commit b73d522

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/draft-release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,13 @@ jobs:
1818
uses: actions/setup-python@v6
1919
with:
2020
python-version: 3.x
21-
cache: "poetry"
22-
cache-dependency-path: poetry.lock
2321

24-
- name: Install dependencies
25-
run: poetry install --without docs
26-
27-
- name: Build project
22+
- name: Get release version
2823
run: |
29-
poetry build
3024
echo "version=$(poetry version --short)" >> "$GITHUB_ENV"
3125
3226
- name: Release
3327
uses: softprops/action-gh-release@v2
3428
with:
35-
files: dist/*
3629
tag_name: ${{ env.version }}
3730
draft: true

0 commit comments

Comments
 (0)