Skip to content

Commit

Permalink
Merge pull request #6 from TRON-Bioinformatics/dev
Browse files Browse the repository at this point in the history
Release 2.0.3
  • Loading branch information
priesgo authored Jul 20, 2023
2 parents 7f8256d + d3637ee commit 67471db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine poetry
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
poetry build
twine upload dist/*
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pyeasyfuse"
version = "2.0.2"
version = "2.0.3"
authors = [
"Patrick Sorn <patrick.sorn@tron-mainz.edu>",
"Jonas Ibn-Salem <jonas.ibn-salem@tron-mainz.edu>",
"Christoph Holsträter <christoph.holstraeter@tron-mainz.edu>",
"David Weber <david.weber@tron-mainz.edu>",
"Pablo Riesgo-Ferreiro <pablo.riesgo-ferreiro@tron-mainz.edu>",
"Pablo Riesgo-Ferreiro <pablo.riesgoferreiro@tron-mainz.edu>",
]
description = "EasyFuse is a pipeline to detect fusion transcripts from RNA-seq data with high accuracy."
readme = "README.md"
Expand Down

0 comments on commit 67471db

Please sign in to comment.