Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
New release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Svdvoort committed Nov 5, 2020
1 parent c823894 commit a8bb0db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ jobs:
asset_path: dist/PrognosAIs-${{ steps.tag.outputs.tag }}-py3-none-any.whl
asset_name: prognosais_${{ steps.tag.outputs.tag }}.whl
asset_content_type: application/octet-stream

- name: Publish package to pypi
uses: pypa/gh-action-pypi-publish@v1.4.1
with:
user: __token__
password: ${{ secrets.pypi_password }}
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@


sys.path.insert(0, os.path.abspath("../.."))
sys.path.insert(0, os.path.abspath('../source'))
sys.path.append(os.path.abspath('..'))
# sys.setrecursionlimit(1500)


Expand Down
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"

[tool.poetry]
name = "PrognosAIs"
version = "0.7.0"
name = "prognosais"
version = "0.1.0"
description = "Tool to quickly and easily train CNNs for medical imaging tasks"
license = "MIT"
license = "Apache-2.0"

authors = ["Sebastian van der Voort <svoort25@gmail.com>"]

readme = "README.md"

repository = "https://github.com/Svdvoort/PrognosAIs"
repository = "https://github.com/Svdvoort/prognosais"

keywords = []

Expand Down Expand Up @@ -45,7 +45,6 @@ h5py = "^2.10.0"
tensorflow-io = "^0.15.0"
tensorboard_plugin_profile = "^2.2.0"
tensorflow-addons = "^0.11.0"
Sphinx = "^3.3.0"
[tool.poetry.dev-dependencies]
pytest = "^5.3.5"
mypy = "^0.770"
Expand All @@ -67,7 +66,7 @@ flake8-commas = "^2.0.0"
flake8-comprehensions = "^3.2.2"
flake8-debugger = "^3.2.1"
unimport = "^0.2.7"
sphinx = {version = "^3.0.3", optional = true}
Sphinx = "^3.3.0"
flake8-docstrings = "^1.5.0"
flake8-eradicate = "^0.4.0"
flake8-executable = "^2.0.3"
Expand Down

0 comments on commit a8bb0db

Please sign in to comment.