Skip to content

Commit 082ba84

Browse files
committed
don't require v prefix on version tags
1 parent f5a33b8 commit 082ba84

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/python-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
id-token: write
1717
uses: biocommons/.github/.github/workflows/python-ci-cd.yml@main
1818
with:
19-
run-deploy: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
19+
run-deploy: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
2020
secrets: inherit

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ ruff = "ruff"
9292
tox-uv = "tox_uv"
9393
ty = "ty"
9494

95-
# https://docs.pytest.org/en/6.2.x/customize.html#pyproject-toml
9695
[tool.pytest.ini_options]
9796
addopts = "-s -v -x --strict-markers -m 'not extra' --doctest-modules --cov=src"
9897
doctest_optionflags = [

0 commit comments

Comments
 (0)