Skip to content

Commit 010d018

Browse files
committed
Disable all workflows except manylinux for debugging
1 parent 645c1e4 commit 010d018

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.github/workflows/manylinux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
- name: Set environment variables
2929
shell: bash
3030
run: |
31-
echo "PKGVER=$(/opt/python/${{ matrix.python-abi }}/bin/python setup.py --version)" >> $GITHUB_ENV
31+
PKGVER=$(/opt/python/${{ matrix.python-abi }}/bin/python setup.py --version)
32+
echo "PKGVER=$PKGVER"
33+
echo "PKGVER=$PKGVER" >> $GITHUB_ENV
3234
- name: Build linux_x86_64 wheel
3335
env:
3436
PYXMLSEC_STATIC_DEPS: true

0 commit comments

Comments
 (0)