Skip to content

Commit 54ed582

Browse files
Merge pull request #6 from thomasisensee/release-pypi
ci: do not require tag matching version in pyproject.toml for testpypi
2 parents a69d533 + d3f40a8 commit 54ed582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: "3.14"
3333

3434
- name: Verify release tag matches package version
35-
if: ${{ github.event_name == 'push' || inputs.publish_target == 'testpypi' }}
35+
if: ${{ github.event_name == 'push' }}
3636
run: |
3737
python - <<'PY'
3838
import os

0 commit comments

Comments
 (0)