Skip to content

Commit

Permalink
ci: remove the sdist job from the workflow
Browse files Browse the repository at this point in the history
For some reason `maturin sdist` is timing out after 15 minutes. The reason is known.
  • Loading branch information
plusvic committed Aug 2, 2023
1 parent e99141d commit 2230f7a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,6 @@ jobs:
name: wheels
path: dist

sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist
working-directory: yara-x-py
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist

release:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
Expand Down

0 comments on commit 2230f7a

Please sign in to comment.