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 * 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