File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments