File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 3232 if : ${{ steps.release.outputs.release_created }}
3333 uses : PyO3/maturin-action@v1
3434 with :
35- command : build
36- args : --release --out dist
37-
38- - name : Publish package distributions to PyPI
39- if : ${{ steps.release.outputs.release_created }}
40- uses : pypa/gh-action-pypi-publish@release/v1
35+ command : publish
Original file line number Diff line number Diff line change 3333 uses : PyO3/maturin-action@v1
3434 with :
3535 command : build
36- args : --release
36+ args : --release --sdist
3737
3838 install :
3939 runs-on : ${{ matrix.runs-on }}
5858 uses : PyO3/maturin-action@v1
5959 with :
6060 command : build
61- args : --release --out dist
61+ args : --release --out dist --sdist
6262
6363 - name : Setup Python
6464 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments