We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fab7b commit 40807b4Copy full SHA for 40807b4
.github/workflows/build_and_publish.yml
@@ -22,7 +22,7 @@ jobs:
22
#- name: Build wheels
23
# uses: pypa/cibuildwheel@v2.21.1
24
25
- - run:
+ - run: |
26
mkdir dist
27
echo "hello" > dist/pytsql-wheel-${{ matrix.os }}.whl
28
0 commit comments