We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaad20 commit 90033d2Copy full SHA for 90033d2
1 file changed
.github/workflows/release.yml
@@ -23,8 +23,8 @@ jobs:
23
body: |
24
Changes in this Release
25
- ${{ github.ref }}
26
- draft: true
27
- prerelease: true
+ draft: false
+ prerelease: false
28
29
deploy:
30
name: Publish package
@@ -48,4 +48,4 @@ jobs:
48
mkdir -p ./dist
49
python setup.py sdist # source distribution
50
python setup.py bdist_wheel
51
- twine upload --repository-url https://test.pypi.org/legacy/ dist/*
+ twine upload dist/*
0 commit comments