* 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:
|
||||
push:
|
||||
branches: [master]
|
||||
#branches: [master]
|
||||
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
|
||||
|
||||
jobs:
|
||||
|
||||
|
@ -150,8 +150,10 @@ To install the latest version simply do
|
||||
python3 -m pip install IMCtermite
|
||||
```
|
||||
|
||||
Note, that _python3_setuptools_ and _gcc version >= 10.2.0_ are required to
|
||||
successfully install and use it.
|
||||
which provides binary wheels for multiple architectures on _Windows_ and _Linux_
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user