Merge pull request #3 from andrwcnln/dev
First release merging into main
This commit is contained in:
commit
f802d2e2b1
2 changed files with 3 additions and 3 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -17,6 +17,8 @@ on:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
id-token: write
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
|
@ -113,8 +115,6 @@ jobs:
|
||||||
name: wheels
|
name: wheels
|
||||||
- name: Publish to PyPI
|
- name: Publish to PyPI
|
||||||
uses: PyO3/maturin-action@v1
|
uses: PyO3/maturin-action@v1
|
||||||
permissions:
|
|
||||||
id-token: write
|
|
||||||
with:
|
with:
|
||||||
command: upload
|
command: upload
|
||||||
args: --non-interactive --skip-existing *
|
args: --non-interactive --skip-existing *
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
## Installation
|
## Installation
|
||||||
Install with [pip](https://pypi.org/project/pip).
|
Install with [pip](https://pypi.org/project/pip).
|
||||||
```bash
|
```bash
|
||||||
$ python -m pip install tictoc-py
|
$ python -m pip install tictoc
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue