build-linux rollback

This commit is contained in:
Martin Bubel 2024-07-22 23:05:04 +02:00
parent 8c7e3c858f
commit 121c3c7ee5

View file

@ -185,11 +185,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install build dependencies
run: |
/opt/python/${{ matrix.python }}/bin/python -m pip install setuptools
uses: actions/checkout@v3
- name: Compile c headers
run: |
@ -223,7 +219,7 @@ jobs:
run: ls -R dist
- name: Archive build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: dist-artifacts-manylinux-${{ matrix.python }}
path: dist/*