Skip to content

Commit 40807b4

Browse files
committed
Fix typo.
1 parent c5fab7b commit 40807b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
#- name: Build wheels
2323
# uses: pypa/cibuildwheel@v2.21.1
2424

25-
- run:
25+
- run: |
2626
mkdir dist
2727
echo "hello" > dist/pytsql-wheel-${{ matrix.os }}.whl
2828

0 commit comments

Comments
 (0)