File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,11 +119,11 @@ jobs:
119119 twine upload -r testpypi dist/*
120120 env :
121121 TWINE_USERNAME : __token__
122- TWINE_PASSWORD : ${{ secrets.test_pypi_password2 }}
122+ TWINE_PASSWORD : ${{ secrets.test_pypi_password }}
123123
124124 - name : Publish distribution 📦 to PyPI
125125 run : |
126126 twine upload -r pypi dist/*
127127 env :
128128 TWINE_USERNAME : __token__
129- TWINE_PASSWORD : ${{ secrets.pypi_password2 }}
129+ TWINE_PASSWORD : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description = "Framework to handle authentication and authorization."
1212readme = " README.md"
1313requires-python = " >=3.7"
1414classifiers = [
15- " Development Status :: 3 - Alpha " ,
15+ " Development Status :: 5 - Production/Stable " ,
1616 " License :: OSI Approved :: MIT License" ,
1717 " Programming Language :: Python :: 3" ,
1818 " Programming Language :: Python :: 3.7" ,
You can’t perform that action at this time.
0 commit comments