Skip to content

Commit 6c2850e

Browse files
committed
Fix dir.
1 parent 40807b4 commit 6c2850e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
# uses: pypa/cibuildwheel@v2.21.1
2424

2525
- run: |
26-
mkdir dist
27-
echo "hello" > dist/pytsql-wheel-${{ matrix.os }}.whl
26+
mkdir wheelhouse
27+
echo "hello" > wheelhouse/pytsql-wheel-${{ matrix.os }}.whl
2828
2929
- uses: actions/upload-artifact@v4
3030
with:

0 commit comments

Comments
 (0)