Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Apr 18, 2024
1 parent 2b128b0 commit 105db02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:

make-github-release:
runs-on: ubuntu-latest
environment: github
permissions:
contents: write
pull-requests: read
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# bedspec

[![CI](https://github.com/clintval/bedspec/actions/workflows/pythonpackage.yml/badge.svg?branch=main)](https://github.com/clintval/bedspec/actions/workflows/pythonpackage.yml?query=branch%3Amain)
[![CI](https://github.com/clintval/bedspec/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/clintval/bedspec/actions/workflows/pythonpackage.yml?query=branch%3Amain)
[![PyPi Release](https://badge.fury.io/py/bedspec.svg)](https://badge.fury.io/py/bedspec)
[![Python Versions](https://img.shields.io/badge/python-3.12-blue)](https://github.com/clintval/bedspec)
[![MyPy Checked](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
Expand Down

0 comments on commit 105db02

Please sign in to comment.