diff --git a/.github/workflows/deploy_test_pypi.yml b/.github/workflows/deploy_test_pypi.yml index 34b6155..9415e3c 100644 --- a/.github/workflows/deploy_test_pypi.yml +++ b/.github/workflows/deploy_test_pypi.yml @@ -1,9 +1,6 @@ name: Build and publish python package to test pypi -on: - release: - types: [ published ] - +on: [push] steps: - name: Checkout Repository # You must checkout your repository first. uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index df860a5..69fb48c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "physiofit" -version = "3.0.6" +version = "3.0.5" description = "Calculate extracellular fluxes from metabolite concentrations and biomass data" authors = ["llegregam "] license = "GNU General Public License (GPL)"