Skip to content

Commit

Permalink
version update for workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aticio committed Aug 17, 2023
1 parent 28ef05a commit bea329f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit bea329f

Please sign in to comment.