Skip to content

Commit 67471db

Browse files
authored
Merge pull request #6 from TRON-Bioinformatics/dev
Release 2.0.3
2 parents 7f8256d + d3637ee commit 67471db

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
python -m pip install --upgrade pip
2020
pip install setuptools wheel twine poetry
2121
- name: Build and publish
22-
env:
23-
TWINE_USERNAME: __token__
24-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2522
run: |
2623
poetry build
2724
twine upload dist/*

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "poetry.core.masonry.api"
44

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

0 commit comments

Comments
 (0)