Skip to content

Commit

Permalink
Test on push
Browse files Browse the repository at this point in the history
  • Loading branch information
llegregam committed May 22, 2023
1 parent 30acb34 commit 2ec3ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy_test_pypi.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GNU General Public License (GPL)"
Expand Down

0 comments on commit 2ec3ea1

Please sign in to comment.