From 596fb76f8019360473ca55bec3c0530e15111d38 Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 24 Nov 2023 17:44:09 +0000 Subject: [PATCH 1/2] [24/11/23] Fixing workflow file --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dce614a..28b3814 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ on: permissions: contents: read + id-token: write + jobs: linux: @@ -113,8 +115,6 @@ jobs: name: wheels - name: Publish to PyPI uses: PyO3/maturin-action@v1 - permissions: - id-token: write with: command: upload args: --non-interactive --skip-existing * From 498a10b4e9d8d891a2846d922cca8da30f725711 Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Tue, 19 Dec 2023 16:12:43 +0000 Subject: [PATCH 2/2] [19/12/23] Updating PyPi project name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cf9ab9..081e1ac 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Installation Install with [pip](https://pypi.org/project/pip). ```bash -$ python -m pip install tictoc-py +$ python -m pip install tictoc ``` ## Usage