File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22# are usually completed in github actions.
33
44SHELL := /bin/bash
5- VERSION := 1.2
5+ VERSION := 1.2.1
66
77NAME := DeepCAVE
88PACKAGE_NAME := deepcave
@@ -48,10 +48,10 @@ install:
4848install-dev :
4949 $(PIP ) install -e " .[dev]"
5050 pre-commit install
51-
51+
5252install-examples :
5353 $(PIP ) install -e " .[examples]"
54-
54+
5555check-black :
5656 $(BLACK ) ${SOURCE_DIR} --check || :
5757 $(BLACK ) ${EXAMPLES_DIR} --check || :
@@ -123,7 +123,7 @@ publish: clean build
123123 $(PYTHON) -m twine upload --repository testpypi ${DIST}/*
124124 @echo
125125 @echo "Test with the following:"
126- @echo "* Create a new virtual environment to install the uplaoded distribution into"
126+ @echo "* Create a new virtual environment to install the uploaded distribution into"
127127 @echo "* Run the following:"
128128 @echo "--- pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ ${PACKAGE_NAME}==${VERSION}"
129129 @echo
Original file line number Diff line number Diff line change 2626 "Source Code" : "https://github.com/automl/deepcave" ,
2727}
2828copyright = f"Copyright { datetime .date .today ().strftime ('%Y' )} , { author } "
29- version = "1.2"
29+ version = "1.2.1 "
3030
3131_exec_file = sys .argv [0 ]
3232_exec_files = ["server.py" , "worker.py" , "sphinx-build" ]
You can’t perform that action at this time.
0 commit comments