Skip to content

Commit eb097b0

Browse files
author
Gal Ben David
committed
fixed github deployment workflow and poetry bug
1 parent 5c6bf60 commit eb097b0

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
uses: messense/maturin-action@v1
3636
with:
3737
command: publish
38-
args: --username=__token__ ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' && '--no-sdist' || '' }} --interpreter=python${{ !startsWith(matrix.os, 'windows') && matrix.python-version || '' }}
38+
args: --username=__token__ ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' && '' || '--no-sdist' }} --interpreter=python${{ !startsWith(matrix.os, 'windows') && matrix.python-version || '' }}
3939
env:
4040
MATURIN_PASSWORD: ${{ secrets.pypi_password }}

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ classifiers = [
3838
"Programming Language :: Python :: 3.10",
3939
"Programming Language :: Rust",
4040
]
41-
packages = [
42-
{ include = "pywordsegment" },
43-
{ include = "src" },
44-
]
4541

4642
[tool.poetry.dependencies]
4743
python = "^3.7"

0 commit comments

Comments
 (0)