From be542f63f246add0db208342b8e88719866c6067 Mon Sep 17 00:00:00 2001 From: Thierry Moudiki Date: Wed, 31 Jan 2024 13:04:43 +0100 Subject: [PATCH] install --verbose --- .github/workflows/python-publish.yml | 10 +++++----- README.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 1a06952..919f277 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -30,8 +30,8 @@ jobs: - name: Run examples run: pip install .&&find examples -maxdepth 2 -name "*.py" -exec python3 {} \; - - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.PYPI_GLOBAL_MLSAUCE }} - repository-url: https://upload.pypi.org/legacy/ + #- name: Publish to PyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # password: ${{ secrets.PYPI_GLOBAL_MLSAUCE }} + # repository-url: https://upload.pypi.org/legacy/ diff --git a/README.md b/README.md index cd8bbed..b63fc48 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ Miscellaneous Statistical/Machine learning stuff. - __1st method__: by using `pip` at the command line for the stable version ```bash -pip install mlsauce +pip install mlsauce --verbose ``` - __2nd method__: from Github, for the development version ```bash -pip install git+https://github.com/Techtonique/mlsauce.git +pip install git+https://github.com/Techtonique/mlsauce.git --verbose ``` ### R