Skip to content

Commit 90033d2

Browse files
author
alrex
authored
Update release.yml
1 parent fbaad20 commit 90033d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
body: |
2424
Changes in this Release
2525
- ${{ github.ref }}
26-
draft: true
27-
prerelease: true
26+
draft: false
27+
prerelease: false
2828

2929
deploy:
3030
name: Publish package
@@ -48,4 +48,4 @@ jobs:
4848
mkdir -p ./dist
4949
python setup.py sdist # source distribution
5050
python setup.py bdist_wheel
51-
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
51+
twine upload dist/*

0 commit comments

Comments
 (0)