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