We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4de05c commit 76df4bbCopy full SHA for 76df4bb
1 file changed
.github/workflows/python-publish.yml
@@ -4,24 +4,28 @@
4
name: Upload Python Package
5
6
on:
7
- release:
8
- types: [published]
+ # release:
+ # types: [published]
9
+ push:
10
+ branches: ["fix-ci"]
11
12
permissions:
13
contents: read
14
15
jobs:
16
pypi-publish:
17
runs-on: ubuntu-latest
- environment:
- name: pypi
18
- url: https://pypi.org/p/onnx-asr/
19
- permissions:
20
- id-token: write
+ # environment:
+ # name: pypi
+ # url: https://pypi.org/p/onnx-asr/
21
+ # permissions:
22
+ # id-token: write
23
steps:
24
- uses: actions/checkout@v6
25
- name: Install uv
26
uses: astral-sh/setup-uv@v7
27
+ with:
28
+ activate-environment: true
29
- name: Build package dist
30
run: |
31
uv pip compile --group build --generate-hashes -o build-constraints.txt
0 commit comments