We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a33b8 commit 082ba84Copy full SHA for 082ba84
.github/workflows/python-ci-cd.yml
@@ -16,5 +16,5 @@ jobs:
16
id-token: write
17
uses: biocommons/.github/.github/workflows/python-ci-cd.yml@main
18
with:
19
- run-deploy: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
+ run-deploy: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
20
secrets: inherit
pyproject.toml
@@ -92,7 +92,6 @@ ruff = "ruff"
92
tox-uv = "tox_uv"
93
ty = "ty"
94
95
-# https://docs.pytest.org/en/6.2.x/customize.html#pyproject-toml
96
[tool.pytest.ini_options]
97
addopts = "-s -v -x --strict-markers -m 'not extra' --doctest-modules --cov=src"
98
doctest_optionflags = [
0 commit comments