Pypi packaging (#12)
* hooks: Implementation of hooks for python Open Feature Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> * hooks: Fix tests broken as a result of providing hook support Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> * hooks: Add api level evaluation context support Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> * hooks: Change typing on iterables to be compatible with python 3.8 Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> * hooks: Add docstring for evaluate_flag_details method Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> * hooks: Add docstring for evaluate_flag_details method Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> * hooks: docstring change requested in review Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> * hooks: add docstrings and comments to Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> * hooks: Use correct exception in error hooks in the client Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> * hooks: Set empty evaluation context in no op provider to None Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> * pypi-packaging: package the main branch and deploy on pypi Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> * pypi-packaging: package the main branch and deploy on pypi Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> * pypi-packaging: use set package directory in pypi distribution Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com> Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com>
This commit is contained in:
parent
bd77ff8646
commit
f3dcad2e81
|
|
@ -55,4 +55,5 @@ jobs:
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
packages_dir: open-feature/
|
||||||
|
|
@ -7,8 +7,6 @@ name: Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- '*'
|
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue