From 9fb5cddbf9c48788af1bfa4e043bf76cd2e33a82 Mon Sep 17 00:00:00 2001 From: Thomas S Date: Fri, 4 Oct 2024 17:28:53 +0200 Subject: [PATCH] docs: Fix the skore description in PyPI --- .github/workflows/release.yml | 4 ++-- README.md | 6 +++--- skore/pyproject.toml | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9a63eea..c33291fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: path: skore/dist/ publish: - name: Publish package distributions to TestPyPI using trusted publisher + name: Publish package distributions to PyPI using trusted publisher runs-on: ubuntu-latest environment: release permissions: @@ -78,7 +78,7 @@ jobs: name: python-package-distributions path: dist/ - - name: Publish package distributions to TestPyPI + - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: verify-metadata: false diff --git a/README.md b/README.md index 8e12397a..926aa728 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ ## Installation For now, the only supported method to use skore is from source. -Follow the instructions in [CONTRIBUTING.md](/CONTRIBUTING.md#quick-start) to install dependencies and start the UI. +Follow the instructions in [CONTRIBUTING.md](https://github.com/probabl-ai/skore/blob/main/CONTRIBUTING.md#quick-start) to install dependencies and start the UI. ## Quick start -For a complete introductory example, see our [basic usage notebook](/examples/basic_usage.ipynb). The resulting skore report has been exported to [this HTML file](https://gist.github.com/augustebaum/6b21dbd7f7d5a584fbf2c1956692574e): download it and open it in your browser to visualize it. +For a complete introductory example, see our [basic usage notebook](https://github.com/probabl-ai/skore/blob/main/examples/basic_usage.ipynb). The resulting skore report has been exported to [this HTML file](https://gist.github.com/augustebaum/6b21dbd7f7d5a584fbf2c1956692574e): download it and open it in your browser to visualize it. In your shell, run the following to create a project file `project.skore` (the default) in your current working directory: ```sh @@ -76,4 +76,4 @@ In the future, you will be able to: ## Contributing -See [CONTRIBUTING.md](/CONTRIBUTING.md) for more information and to contribute to the evolution of this library. +See [CONTRIBUTING.md](https://github.com/probabl-ai/skore/blob/main/CONTRIBUTING.md) for more information and to contribute to the evolution of this library. diff --git a/skore/pyproject.toml b/skore/pyproject.toml index 97671891..aced3ab4 100644 --- a/skore/pyproject.toml +++ b/skore/pyproject.toml @@ -27,8 +27,6 @@ classifiers=[ "Operating System :: Unix", "Operating System :: MacOS", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12" ]