Skip to content

Commit 4e727f1

Browse files
committed
Update release_on_main_push.yml
1 parent 4cf8083 commit 4e727f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release_on_main_push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ jobs:
4242
UV_SYSTEM_PYTHON: 1
4343

4444
- name: Build
45+
run: python package.py build --yes
46+
47+
- name: UV Build
4548
run: uv build
4649
env:
4750
UV_SYSTEM_PYTHON: 1
4851

49-
- name: Build
50-
run: python package.py build --yes
51-
5252
- name: Create Github Release
5353
run: |
5454
gh release create "$PACKAGE_BUILD_VERSION" \
55-
**/dist/*.tar.gz \
56-
**/dist/*.whl \
55+
./dist/*.tar.gz \
56+
./dist/*.whl \
5757
--repo="$GITHUB_REPOSITORY" \
5858
--title="$PACKAGE_BUILD_VERSION" \
5959
--generate-notes

0 commit comments

Comments
 (0)