Skip to content

Commit

Permalink
chore(actions): making development build public
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiaudioTT committed Jun 29, 2024
1 parent 2c5732c commit 419a9c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-release-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
draft: true
# prerelease: false
prerelease: true
# draft: true
title: "Development Build"
files: |
LICENSE.txt
Expand Down

0 comments on commit 419a9c3

Please sign in to comment.