* github workflow: only trigger on pushed tag

* README.md: update python installation
This commit is contained in:
Mario Fink 2021-09-22 15:08:57 +02:00
parent ef5aaac254
commit ce4a106921
2 changed files with 6 additions and 3 deletions

View File

@ -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:

View File

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