From 3f92a96dceb24e0f7f012770b1b8f00e1e28402e Mon Sep 17 00:00:00 2001 From: clintval Date: Thu, 8 Aug 2024 09:44:41 -0700 Subject: [PATCH] chore: address @nh13 review --- .github/workflows/publish.yml | 2 -- .github/workflows/tests.yml | 2 +- .github/workflows/wheels.yml | 2 +- README.md | 9 ++++++--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a1321ca..6888582 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -122,8 +122,6 @@ jobs: - name: Create Draft Release id: create_release uses: softprops/action-gh-release@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: name: ${{ github.ref_name }} body: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b85287d..b8a68a5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11"] + PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index fb8b8cf..39bf75c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.platform.os }} strategy: matrix: - python: [cp38, cp39, cp310, cp311] + python: [cp38, cp39, cp310, cp311, cp312] platform: - os: ubuntu-latest target: manylinux diff --git a/README.md b/README.md index cfc230e..8c3db64 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ --- -[![Python package][python-package-badge]][python-package-link] +[![Unit tests][tests-badge]][tests-link] +[![Python versions][python-version-badge]](https://github.com/fulcrumgenomics/python-template) [![PyPI version][pypi-badge]][pypi-link] [![PyPI download total][pypi-downloads-badge]][pypi-downloads-link] @@ -26,12 +27,14 @@ [code-coverage-link]: https://codecov.io/gh/fulcrumgenomics/pybedlite [license-badge]: http://img.shields.io/badge/license-MIT-blue.svg [license-link]: https://github.com/fulcrumgenomics/pybedlite/blob/main/LICENSE -[python-package-badge]: https://github.com/fulcrumgenomics/pybedlite/workflows/Python%20package/badge.svg -[python-package-link]: https://github.com/fulcrumgenomics/pybedlite/actions?query=workflow%3A%22Python+package%22 [pypi-badge]: https://badge.fury.io/py/pybedlite.svg [pypi-link]: https://pypi.python.org/pypi/pybedlite [pypi-downloads-badge]: https://img.shields.io/pypi/dm/pybedlite [pypi-downloads-link]: https://pypi.python.org/pypi/pybedlite +[python-version-badge]: https://img.shields.io/badge/python-3.8_|_3.9_|_3.10_|_3.11_|_3.12-blue +[python-version-link]: https://codecov.io/gh/fulcrumgenomics/pybedlite +[tests-badge]: https://github.com/fulcrumgenomics/pybedlite/workflows/tests/badge.svg +[tests-link]: https://github.com/fulcrumgenomics/pybedlite/actions/workflows/tests.yml?query=branch%3Amain # pybedlite