Skip to content

Commit

Permalink
disable python sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed May 10, 2023
1 parent 64dcf97 commit 208303b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,26 +86,11 @@ 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
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist

release:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/v')"
needs: [linux, windows, macos, sdist]
needs: [linux, windows, macos]
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 208303b

Please sign in to comment.