We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7c89e commit c22ffc4Copy full SHA for c22ffc4
1 file changed
.github/workflows/build-wheel.yml
@@ -106,6 +106,16 @@ jobs:
106
run: |
107
env
108
109
+ - name: Display compiler version
110
+ if: ${{ !startsWith(inputs.host-platform, 'win') }}
111
+ run: |
112
+ cc --version
113
+
114
115
+ if: ${{ startsWith(inputs.host-platform, 'win') }}
116
117
+ cl.exe
118
119
- name: Install twine
120
121
pip install twine
0 commit comments