py: looks like we need --no-sdist for publish after all
This commit is contained in:
parent
36e528f9fb
commit
8a29f0466b
|
@ -31,6 +31,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
command: publish
|
command: publish
|
||||||
args: -m instant-distance-py/Cargo.toml
|
args: -m instant-distance-py/Cargo.toml
|
||||||
|
--no-sdist
|
||||||
--username __token__
|
--username __token__
|
||||||
--password ${{ secrets.PYPI_TOKEN }}
|
--password ${{ secrets.PYPI_TOKEN }}
|
||||||
--interpreter python${{ matrix.python }}
|
--interpreter python${{ matrix.python }}
|
||||||
|
|
Loading…
Reference in New Issue