Skip to content

Commit

Permalink
update pypi publish script
Browse files Browse the repository at this point in the history
Signed-off-by: ivelin <[email protected]>
  • Loading branch information
ivelin committed Mar 5, 2024
1 parent e961eba commit 438c792
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
#!/usr/bin/bash
echo "Packaging canswim and publishing to PyPI repo"
set exv
set -exv

rm -r dist/

# install build deps
python3 -m pip install build
python3 -m pip install twine


# test repo publish
python3 -m build
python3 -m twine upload --verbose --repository testpypi dist/*
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[metadata]
name = canswim
version = 0.0.6
version = 0.0.7
author = Ivelin Ivanov
author_email = [email protected]
description = "Developer toolkit for IBD CANSLIM style investors"
description = "Developer toolkit for IBD CANSLIM practitioners"
long_description = file: README.md
keywords = stock market, analytics
license = Apache-2.0
Expand Down

0 comments on commit 438c792

Please sign in to comment.