Skip to content

Commit 03cd48c

Browse files
committed
Remove prerelease flag.
1 parent e5d34ba commit 03cd48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: marvinpinto/action-automatic-releases@latest
4040
with:
4141
repo_token: "${{ secrets.GH_WORKFLOW_TOKEN }}"
42-
prerelease: True
42+
prerelease: False
4343
files: |
4444
LICENSE.txt
4545
dist/*.tar.gz

0 commit comments

Comments
 (0)