Skip to content

Commit

Permalink
Remove -i from sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Nov 1, 2024
1 parent be9c301 commit dc716b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist -i 3.8
args: --out dist
working-directory: ${{ matrix.repository.path }}
- name: Upload sdist
if: github.event_name == 'release'
Expand Down

0 comments on commit dc716b2

Please sign in to comment.