Skip to content

Commit

Permalink
Merge pull request #3 from andrwcnln/dev
Browse files Browse the repository at this point in the history
First release merging into main
  • Loading branch information
andrwcnln authored Dec 19, 2023
2 parents f778c5e + 498a10b commit f802d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:

permissions:
contents: read
id-token: write


jobs:
linux:
Expand Down Expand Up @@ -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 *
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f802d2e

Please sign in to comment.