Skip to content

Commit

Permalink
build-linux rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jul 22, 2024
1 parent 8c7e3c8 commit 121c3c7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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/*
Expand Down

0 comments on commit 121c3c7

Please sign in to comment.