From 7cbd13aa4b8ac3a972f2a419249a76d3d9ba7052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Fri, 10 Feb 2023 22:57:50 +0100 Subject: [PATCH] ci: maintenance --- .github/workflows/check.yml | 4 ++-- .github/workflows/deploy_pypi.yml | 6 +++--- Readme.rst | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 8b096fd..0bb5ed6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -16,9 +16,9 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/deploy_pypi.yml b/.github/workflows/deploy_pypi.yml index 6ec4904..826ccdc 100644 --- a/.github/workflows/deploy_pypi.yml +++ b/.github/workflows/deploy_pypi.yml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8'] + python-version: ['3.10'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/Readme.rst b/Readme.rst index bfeda12..45762d9 100644 --- a/Readme.rst +++ b/Readme.rst @@ -1,6 +1,9 @@ Igor2 ===== +|PyPI Version| |Build Status| |Coverage Status| + + Python parser for Igor Binary Waves (.ibw) and Packed Experiment (.pxp) files written by WaveMetrics' IGOR Pro software. @@ -79,3 +82,11 @@ with the project for details. .. _GNU Lesser General Public License Version 3: http://www.gnu.org/licenses/lgpl.txt .. _update-copyright: http://blog.tremily.us/posts/update-copyright/ + + +.. |PyPI Version| image:: https://img.shields.io/pypi/v/igor2.svg + :target: https://pypi.python.org/pypi/igor2 +.. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/AFM-analysis/igor2/check.yml?branch=master + :target: https://github.com/AFM-analysis/igor2/actions?query=workflow%3AChecks +.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/AFM-analysis/igor2/master.svg + :target: https://codecov.io/gh/AFM-analysis/igor2