diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index ff7f35c..4c3364a 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -1,5 +1,8 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI -on: push +on: + push: + branches: + - main jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI diff --git a/setup.py b/setup.py index 15fc396..62dc5d4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="legitindicators", - version="0.0.69", + version="0.0.70", description="Legit indicators to be used in trading strategies.", py_modules=["legitindicators"], classifiers=[