diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8fe0b9..e7dddbc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/* diff --git a/pyproject.toml b/pyproject.toml index 10ddb20..e90ba14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Jonas Ibn-Salem ", "Christoph Holsträter ", "David Weber ", - "Pablo Riesgo-Ferreiro ", + "Pablo Riesgo-Ferreiro ", ] description = "EasyFuse is a pipeline to detect fusion transcripts from RNA-seq data with high accuracy." readme = "README.md"