* github workflow: only trigger on pushed tag
* README.md: update python installation
This commit is contained in:
parent
ef5aaac254
commit
ce4a106921
3
.github/workflows/pypi-deploy.yml
vendored
3
.github/workflows/pypi-deploy.yml
vendored
@ -3,7 +3,8 @@ name: Build Python Wheels
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
#branches: [master]
|
||||||
|
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
@ -150,8 +150,10 @@ To install the latest version simply do
|
|||||||
python3 -m pip install IMCtermite
|
python3 -m pip install IMCtermite
|
||||||
```
|
```
|
||||||
|
|
||||||
Note, that _python3_setuptools_ and _gcc version >= 10.2.0_ are required to
|
which provides binary wheels for multiple architectures on _Windows_ and _Linux_
|
||||||
successfully install and use it.
|
and most _Python 3.x_ distributions. However, if your platform/architecture is
|
||||||
|
not supported you can still compile the source distribution yourself, which
|
||||||
|
requires _python3_setuptools_ and _gcc version >= 10.2.0_.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user