mirror of
https://github.com/instant-labs/instant-distance.git
synced 2025-02-16 12:52:08 +00:00
py: looks like we need --no-sdist for publish after all
This commit is contained in:
parent
36e528f9fb
commit
8a29f0466b
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -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
Block a user