File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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 ]
4743python = " ^3.7"
You can’t perform that action at this time.
0 commit comments