Skip to content

Commit 360e7e8

Browse files
committed
py: looks like we need --no-sdist for publish after all
1 parent 36e528f commit 360e7e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
command: publish
3333
args: -m instant-distance-py/Cargo.toml
34+
--no-sdist
3435
--username __token__
3536
--password ${{ secrets.PYPI_TOKEN }}
3637
--interpreter python${{ matrix.python }}

0 commit comments

Comments
 (0)