Skip to content

Commit faf06c5

Browse files
committed
Remove redundant test on CI build
1 parent 73da579 commit faf06c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install dependencies
4747
run: uv sync --group test --no-dev
4848
- name: Build
49-
run: make build
49+
run: uv build
5050
#- name: Publish package distributions to PyPI
5151
# uses: pypa/gh-action-pypi-publish@release/v1
5252

0 commit comments

Comments
 (0)