From 2ec3ea147fb4cd17a454326deb9f53289a950a76 Mon Sep 17 00:00:00 2001 From: legregam Date: Mon, 22 May 2023 10:40:48 +0200 Subject: [PATCH] Test on push --- .github/workflows/deploy_test_pypi.yml | 5 +---- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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)"