Skip to content

Commit

Permalink
add locked
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 committed Oct 26, 2023
1 parent 76da2cc commit d9607f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist --manifest-path crates/voicevox_core_python_api/Cargo.toml
args: --out dist --locked --manifest-path crates/voicevox_core_python_api/Cargo.toml
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d9607f4

Please sign in to comment.