Skip to content

Commit

Permalink
Fix uploading to pypi stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
emin63 committed Jul 17, 2024
1 parent 322e9c1 commit 7febd55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ help:
@echo "pypi: Push package to pypi (requiers appropriate permissions)."
@echo " "

pypi: README.rst
python3 setup.py sdist upload -r pypi
pypi: test README.rst ## Push project to pypi
python3 setup.py sdist && twine upload dist/*

README.rst: README.org
pandoc --from=org --to=rst --output=README.rst README.org
Expand Down
2 changes: 1 addition & 1 deletion ox_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"""


VERSION = '0.3.8'
VERSION = '0.3.9'

0 comments on commit 7febd55

Please sign in to comment.