Skip to content

Commit 7ea6e34

Browse files
fix release workflow
1 parent 6703b9a commit 7ea6e34

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

-8
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ jobs:
3131
id: check-version
3232
run: |
3333
[[ "$(poetry version --short)" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || echo prerelease=true >> $GITHUB_OUTPUT
34-
35-
- name: Create Release
36-
uses: ncipollo/release-action@v1
37-
with:
38-
artifacts: "dist/*"
39-
token: ${{ secrets.GITHUB_TOKEN }}
40-
draft: false
41-
prerelease: steps.check-version.outputs.prerelease == 'true'
4234
4335
- name: Publish to PyPI
4436
env:

0 commit comments

Comments
 (0)