From f547cce4cce32fc912c3432924adfc6dd7713e23 Mon Sep 17 00:00:00 2001 From: yanitski Date: Wed, 18 Oct 2023 16:19:40 +0200 Subject: [PATCH] updated --- Makefile | 7 ++++++- docs/_source/conf.py | 2 +- environment.yml | 8 ++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 1876544..81cf16a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL = /bin/zsh -.PHONY: help grid comparison build upload +.PHONY: help grid comparison build upload test_upload help: @echo "Use this make file to either run the model grid or model comparison." @@ -19,3 +19,8 @@ build: upload: build @twine upload --repository pypi dist/* @rm -rf dist + +test_upload: build + @twine upload --repository testpypi dist/* + @rm -rf dist + diff --git a/docs/_source/conf.py b/docs/_source/conf.py index 9fdfc5e..787aae5 100644 --- a/docs/_source/conf.py +++ b/docs/_source/conf.py @@ -104,4 +104,4 @@ def setup(app): "numpy": ("https://numpy.org/doc/stable", None), "scipy": ("https://docs.scipy.org/doc/scipy", None), "numba": ("https://numba.pydata.org/numba-doc/latest", None), -} \ No newline at end of file +} diff --git a/environment.yml b/environment.yml index af99015..7e2ec36 100644 --- a/environment.yml +++ b/environment.yml @@ -99,7 +99,7 @@ dependencies: - jupytext==1.15.2 - keyring==24.2.0 - kiwisolver==1.4.5 - - kosmatau3d + - kosmatau3d@git+https://github.com/CraigYanitski/kosmatau3d.git - latexcodec==2.0.1 - libsass==0.22.0 - linkify-it-py==2.0.2 @@ -149,9 +149,9 @@ dependencies: - pyerfa==2.0.1 - pygments==2.16.1 - pyparsing==3.1.1 - # - pyqt5==5.15.9 - # - pyqt5-qt5==5.15.2 - # - pyqt5-sip==12.13.0 + - pyqt5==5.15.9 + - pyqt5-qt5==5.15.2 + - pyqt5-sip==12.13.0 - pytest==7.4.2 - python-dateutil==2.8.2 - python-json-logger==2.0.7