diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eaa1bb3..85a1a66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,8 +2,7 @@ name: Build on: pull_request: - branches: - - '*' + release: types: - published diff --git a/setup.py b/setup.py index e697e58..b3da3a6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,6 @@ # # MDAL_LIBRARY_PATH: a path to a MDAL C++ shared library. # -# # NB: within this setup scripts, software versions are evaluated according # to https://www.python.org/dev/peps/pep-0440/. @@ -67,7 +66,7 @@ include_package_data = False, exclude_package_data={'': ['test']}, classifiers = [ - 'Development Status :: 5 - Production', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: MIT License',