From a32a7a359b94e02902689e3a01ccf3152d023412 Mon Sep 17 00:00:00 2001 From: Snir Shechter Date: Thu, 26 Aug 2021 13:06:19 +0300 Subject: [PATCH] [v1.0.44] Fix the pyproject data for PyPi (#39) --- .github/workflows/sdk-release.yml | 2 ++ sdk/pyproject.toml | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sdk-release.yml b/.github/workflows/sdk-release.yml index d25c881..924e632 100644 --- a/.github/workflows/sdk-release.yml +++ b/.github/workflows/sdk-release.yml @@ -35,5 +35,7 @@ jobs: python-version: '3.8' architecture: x64 - run: pip3 install poetry + - run: cp ../README.md README.md + - run: cp ../LICENSE LICENSE - run: poetry build - run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }} diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 539bd8d..d9546e2 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -2,11 +2,9 @@ authors = ['Aporia'] description = "No need to keep checking your training. Add just 1 import line and MLNotify will let you know the second it's done." homepage = 'https://mlnotify.aporia.com' -license = '../LICENSE' name = "mlnotify" -readme = '../README.md' repository = "https://github.com/aporia-ai/mlnotify" -version = "v1.0.43" +version = "v1.0.44" [tool.poetry.dependencies] python = "^3.6"