Skip to content

Commit

Permalink
[v1.0.44] Fix the pyproject data for PyPi (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snir Shechter authored and camparibot committed Aug 26, 2021
1 parent fa8e20d commit a32a7a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sdk-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 1 addition & 3 deletions sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a32a7a3

Please sign in to comment.