From ce4a106921509bf95d41f328e36a400a574e34af Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Wed, 22 Sep 2021 15:08:57 +0200 Subject: [PATCH] * github workflow: only trigger on pushed tag * README.md: update python installation --- .github/workflows/pypi-deploy.yml | 3 ++- README.md | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index 328bb93..e7a30c8 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -3,7 +3,8 @@ name: Build Python Wheels on: push: - branches: [master] + #branches: [master] + tags: ["v[0-9]+.[0-9]+.[0-9]+"] jobs: diff --git a/README.md b/README.md index 7136a89..e0009f3 100644 --- a/README.md +++ b/README.md @@ -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