Skip to content

Commit 76df4bb

Browse files
committed
Test CI
1 parent a4de05c commit 76df4bb

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,28 @@
44
name: Upload Python Package
55

66
on:
7-
release:
8-
types: [published]
7+
# release:
8+
# types: [published]
9+
push:
10+
branches: ["fix-ci"]
911

1012
permissions:
1113
contents: read
1214

1315
jobs:
1416
pypi-publish:
1517
runs-on: ubuntu-latest
16-
environment:
17-
name: pypi
18-
url: https://pypi.org/p/onnx-asr/
19-
permissions:
20-
id-token: write
18+
# environment:
19+
# name: pypi
20+
# url: https://pypi.org/p/onnx-asr/
21+
# permissions:
22+
# id-token: write
2123
steps:
2224
- uses: actions/checkout@v6
2325
- name: Install uv
2426
uses: astral-sh/setup-uv@v7
27+
with:
28+
activate-environment: true
2529
- name: Build package dist
2630
run: |
2731
uv pip compile --group build --generate-hashes -o build-constraints.txt

0 commit comments

Comments
 (0)