From 7febd55c8304256d4b33416371c8028caf3a57c8 Mon Sep 17 00:00:00 2001 From: Emin Martinian Date: Wed, 17 Jul 2024 17:19:45 -0400 Subject: [PATCH] Fix uploading to pypi stuff --- makefile | 4 ++-- ox_ui/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 69fd15e..a10187f 100644 --- a/makefile +++ b/makefile @@ -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 diff --git a/ox_ui/__init__.py b/ox_ui/__init__.py index 9a100b0..0ae308e 100644 --- a/ox_ui/__init__.py +++ b/ox_ui/__init__.py @@ -2,4 +2,4 @@ """ -VERSION = '0.3.8' +VERSION = '0.3.9'