Skip to content

Commit 4537386

Browse files
Minor corrections
1 parent 4b1e33c commit 4537386

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "Framework to handle authentication and authorization."
1212
readme = "README.md"
1313
requires-python = ">=3.7"
1414
classifiers = [
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",

0 commit comments

Comments
 (0)