File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 release :
55 types :
66 - created
7+ push :
78
89permissions :
910 contents : read
@@ -30,12 +31,19 @@ jobs:
3031 cd codecov-cli
3132 uv build
3233
34+ - run : ls -lah
35+ - run : ls -lah codecov-cli
36+ - run : ls -lah codecov-cli/dist
37+
3338 - name : Publish package to PyPi
39+ if : false
3440 uses : pypa/gh-action-pypi-publish@release/v1
3541 with :
3642 verbose : true
43+ packages-dir : " codecov-cli/dist"
3744
3845 build_assets :
46+ if : false
3947 name : Build packages - ${{ matrix.os }}
4048 runs-on : ${{ matrix.os }}
4149 strategy :
@@ -109,6 +117,7 @@ jobs:
109117 overwrite : true
110118
111119 build_assets_alpine_arm :
120+ if : false
112121 name : Build assets - Alpine and ARM
113122 runs-on : ubuntu-latest
114123 strategy :
@@ -166,6 +175,7 @@ jobs:
166175 overwrite : true
167176
168177 publish_release :
178+ if : false
169179 name : Publish release
170180 needs : [build_assets, build_assets_alpine_arm, build_and_publish_to_pypi]
171181 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments