Skip to content

Commit 92d5d6e

Browse files
committed
Fix pypi path
1 parent c3183d0 commit 92d5d6e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/release_flow.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
release:
55
types:
66
- created
7+
push:
78

89
permissions:
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

0 commit comments

Comments
 (0)