From d0c18c3feb29ebf866e8d30a3e37784d4ad9e83e Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Fri, 14 Jun 2024 18:58:25 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7(github)=20fix=20action=20param?= =?UTF-8?q?eter=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We must now use `packages-dir` instead of `packages_dir`. --- .github/workflows/python-packages.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/python-packages.yml b/.github/workflows/python-packages.yml index de6f3184..b0f2c190 100644 --- a/.github/workflows/python-packages.yml +++ b/.github/workflows/python-packages.yml @@ -28,9 +28,6 @@ jobs: pypi-publish: runs-on: ubuntu-latest - defaults: - run: - working-directory: ./src/client needs: - release-build permissions: @@ -44,5 +41,5 @@ jobs: - name: Publish release distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - packages_dir: src/client/dist/ + packages-dir: src/client/dist/ From f0b20ef488a1f2e4dcddf0c915cabcfc1596621c Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Fri, 14 Jun 2024 19:00:05 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=8F=EF=B8=8F(client)=20fix=20python?= =?UTF-8?q?=20package=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `qcc` is the command, not the package name. --- src/client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/README.md b/src/client/README.md index 65b51c61..5c1bfac5 100644 --- a/src/client/README.md +++ b/src/client/README.md @@ -5,7 +5,7 @@ `qcc` can be installed using `pip`: ``` -pip install qcc +pip install qualicharge-client ``` Get the list of commands and usage using the `--help` option: