File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
3636 run : |
3737 python setup.py sdist bdist_wheel
38- twine upload -r testpypi dist/*
38+ twine upload dist/*
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Very simple implementation of feature flags for FastAPI.
1919## Installing
2020To install the package from pip, first run:
2121``` bash
22- pip install -U https://github.com/Pytlicek/ fastapi-featureflags/archive/refs/tags/0.3.zip
22+ pip install fastapi-featureflags
2323```
2424
2525## Usage
@@ -77,8 +77,3 @@ Please read and follow our [Contributing to fastapi-featureflags](CONTRIBUTING.m
7777### Code of Conduct
7878As a contributor, you can help us keep the fastapi-featureflags project open and inclusive.
7979Please read and follow our [ Code of Conduct] ( CODE_OF_CONDUCT.md )
80-
81- ---
82- ### TODO
83- - Better main class
84- - Packaging
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "fastapi_featureflags" ,
8- version = "0.3 " ,
8+ version = "0.4 " ,
99 author = "Tomas Pytel" ,
1010 author_email = "pytlicek@gmail.com" ,
1111 description = "Feature Flags for FastAPI" ,
You can’t perform that action at this time.
0 commit comments