File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 19
19
python -m pip install --upgrade pip
20
20
pip install setuptools wheel twine poetry
21
21
- name : Build and publish
22
- env :
23
- TWINE_USERNAME : __token__
24
- TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
25
22
run : |
26
23
poetry build
27
24
twine upload dist/*
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " pyeasyfuse"
7
- version = " 2.0.2 "
7
+ version = " 2.0.3 "
8
8
authors = [
9
9
" Patrick Sorn <patrick.sorn@tron-mainz.edu>" ,
10
10
" Jonas Ibn-Salem <jonas.ibn-salem@tron-mainz.edu>" ,
11
11
" Christoph Holsträter <christoph.holstraeter@tron-mainz.edu>" ,
12
12
" 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>" ,
14
14
]
15
15
description = " EasyFuse is a pipeline to detect fusion transcripts from RNA-seq data with high accuracy."
16
16
readme = " README.md"
You can’t perform that action at this time.
0 commit comments