From dc4f6bd17fe338093f26caa979ea4ceb3edd0940 Mon Sep 17 00:00:00 2001 From: eeintech Date: Sat, 14 Oct 2023 17:47:46 -0400 Subject: [PATCH] Update README and disable TestPyPI temporarily --- .github/workflows/test_deploy.yaml | 20 ++++++++++---------- README.md | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test_deploy.yaml b/.github/workflows/test_deploy.yaml index 4d1b308e..319de7bc 100644 --- a/.github/workflows/test_deploy.yaml +++ b/.github/workflows/test_deploy.yaml @@ -162,16 +162,16 @@ jobs: run: poetry install --no-root --no-dev --no-interaction - name: Build the package run: poetry build --no-interaction - - name: Set up TestPyPI repo in poetry - run: poetry config repositories.test https://test.pypi.org/legacy/ - - name: Publish to Test PyPI - run: > - poetry publish - --repository "test" - --username "__token__" - --password "$TOKEN_TEST_PYPI" - env: - TOKEN_TEST_PYPI: ${{ secrets.TOKEN_TEST_PYPI }} + # - name: Set up TestPyPI repo in poetry + # run: poetry config repositories.test https://test.pypi.org/legacy/ + # - name: Publish to Test PyPI + # run: > + # poetry publish + # --repository "test" + # --username "__token__" + # --password "$TOKEN_TEST_PYPI" + # env: + # TOKEN_TEST_PYPI: ${{ secrets.TOKEN_TEST_PYPI }} - name: Publish to PyPI run: > poetry publish diff --git a/README.md b/README.md index 267b3686..6fe2daeb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Coverage Status](https://coveralls.io/repos/github/sparkmicro/Ki-nTree/badge.svg?branch=main&service=github)](https://coveralls.io/github/sparkmicro/Ki-nTree?branch=main) ## :warning: InvenTree Compatibility -Ki-nTree currently only supports InvenTree `0.11` or older versions. InvenTree `0.12` introduced a new parameter template system which is not supported as of now, see https://github.com/sparkmicro/Ki-nTree/issues/165 for more details. The future versions of InvenTree (`0.13` and up) should be compatible with Ki-nTree again soon, and this page will be updated with the required InvenTree setup. +InvenTree `0.12` introduced a new parameter template system which was not supported until version `0.12.6` came out, see https://github.com/sparkmicro/Ki-nTree/issues/165 for more details. In short, Ki-nTree currently supports InvenTree `0.11` or older versions, and `0.12.6` and future versions. ## :fast_forward: [Demo Video](https://youtu.be/YeWBqOCb4pw)