Skip to content

Commit dc7a644

Browse files
committed
fix ci(11)
1 parent a664c5b commit dc7a644

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/publish.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,13 @@ jobs:
7777
echo "Building wheels for ${{ matrix.os }} Python ${{ matrix.python-version }}..."
7878
uv run maturin build --release --strip
7979
echo "Build completed successfully!"
80+
shell: bash
81+
82+
- name: List built wheels
83+
run: |
84+
echo "Built wheels:"
8085
ls -la target/wheels/
86+
shell: bash
8187

8288
- name: Upload wheels
8389
uses: actions/upload-artifact@v4
@@ -127,7 +133,13 @@ jobs:
127133
echo "Building source distribution..."
128134
uv run maturin sdist
129135
echo "Source distribution built successfully!"
136+
shell: bash
137+
138+
- name: List built sdist
139+
run: |
140+
echo "Built source distribution:"
130141
ls -la target/wheels/
142+
shell: bash
131143

132144
- name: Upload sdist
133145
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)