Skip to content

Commit

Permalink
Remove sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 authored Nov 24, 2023
1 parent 9e4bd97 commit db0a738
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,29 +121,11 @@ jobs:
name: wheels
path: dist

sdist:
runs-on: ubuntu-latest
needs: version
steps:
- uses: actions/download-artifact@v3
with:
name: projects
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist --manifest-path crates/voicevox_core_python_api/Cargo.toml
- 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/')"
needs: [linux, windows, macos, sdist]
needs: [linux, windows, macos]
permissions:
id-token: write
steps:
Expand Down

0 comments on commit db0a738

Please sign in to comment.