Skip to content

Commit a2ecdf5

Browse files
Tomas-PytelTomas-Pytel
authored andcommitted
Merge remote-tracking branch 'origin/main' into main
2 parents ae57a68 + 5788f53 commit a2ecdf5

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
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/*

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Very simple implementation of feature flags for FastAPI.
1919
## Installing
2020
To 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
7878
As a contributor, you can help us keep the fastapi-featureflags project open and inclusive.
7979
Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md)
80-
81-
---
82-
### TODO
83-
- Better main class
84-
- Packaging

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.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",

0 commit comments

Comments
 (0)