py: looks like we need --no-sdist for publish after all

This commit is contained in:
Dirkjan Ochtman 2023-02-02 12:59:08 +01:00
parent 36e528f9fb
commit 8a29f0466b
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}