Skip to content

Commit 1ffc3c2

Browse files
committed
!squash more
1 parent 7c6297e commit 1ffc3c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

-2
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,9 @@ jobs:
105105
run: uv sync --all-extras --dev
106106

107107
- name: Build package
108-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
109108
run: uv build
110109

111110
- name: Publish package
112-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
113111
uses: pypa/gh-action-pypi-publish@release/v1
114112
with:
115113
user: __token__

0 commit comments

Comments
 (0)