diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3b278b..bba1c21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,11 +119,11 @@ jobs: twine upload -r testpypi dist/* env: TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.test_pypi_password2 }} + TWINE_PASSWORD: ${{ secrets.test_pypi_password }} - name: Publish distribution 📦 to PyPI run: | twine upload -r pypi dist/* env: TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.pypi_password2 }} + TWINE_PASSWORD: ${{ secrets.pypi_password }} diff --git a/pyproject.toml b/pyproject.toml index 95dd0e9..c083170 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ description = "Framework to handle authentication and authorization." readme = "README.md" requires-python = ">=3.7" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7",