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:
|
||||
command: publish
|
||||
args: -m instant-distance-py/Cargo.toml
|
||||
--no-sdist
|
||||
--username __token__
|
||||
--password ${{ secrets.PYPI_TOKEN }}
|
||||
--interpreter python${{ matrix.python }}
|
||||
|
|
Loading…
Reference in New Issue