Skip to content

Commit

Permalink
Remove prerelease flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Apr 3, 2022
1 parent e5d34ba commit 03cd48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-build-publish.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GH_WORKFLOW_TOKEN }}"
prerelease: True
prerelease: False
files: |
LICENSE.txt
dist/*.tar.gz
Expand Down

0 comments on commit 03cd48c

Please sign in to comment.