Skip to content

Commit

Permalink
Create the GH release proper instead of a draft
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Dec 8, 2023
1 parent 3d1eff0 commit be33d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Create GH release
uses: softprops/action-gh-release@v1
with:
draft: true
draft: false
files: dist/*

create-pypi-release:
Expand Down

0 comments on commit be33d72

Please sign in to comment.