Skip to content

Commit

Permalink
chore(release): bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Oct 18, 2024
1 parent 85e4f47 commit 78b6bb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,8 @@ env:
POETRY_VERSION: 1.8.2

jobs:
on-main-branch-check:
runs-on: ubuntu-latest
outputs:
on_main: ${{ steps.contains_tag.outputs.retval }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: rickstaa/action-contains-tag@v1
id: contains_tag
with:
reference: "main"
tag: "${{ github.ref_name }}"

tests:
name: tests
needs: on-main-branch-check
if: ${{ needs.on-main-branch-check.outputs.on_main == 'true' }}
uses: "./.github/workflows/tests.yml"

build-wheels:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prymer"
version = "2.0.0"
version = "2.0.1"
description = "Python primer design library"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 78b6bb6

Please sign in to comment.