7171 - run : poetry run maturin build --release -m Cargo.toml -F python
7272 - run : pip install --no-index --find-links=target/wheels/ reasonable
7373 - run : rm -r target/wheels
74- - run : poetry run maturin publish --no-sdist --universal2 -m Cargo.toml -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
75- - run : poetry run maturin publish --no-sdist -m Cargo.toml -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
74+ - run : poetry run maturin publish --no-sdist --universal2 -m Cargo.toml -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} -F python
75+ - run : poetry run maturin publish --no-sdist -m Cargo.toml -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} -F python
7676 - uses : softprops/action-gh-release@v1
7777 with :
7878 files : target/wheels/*.whl
9898 - run : poetry run maturin build --release -m Cargo.toml -F python
9999 - run : pip install --no-index --find-links=target/wheels/ reasonable
100100 - run : rm -r target/wheels
101- - run : poetry run maturin publish --no-sdist -m Cargo.toml -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
101+ - run : poetry run maturin publish --no-sdist -m Cargo.toml -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} -F python
102102 - uses : softprops/action-gh-release@v1
103103 with :
104104 files : target/wheels/*.whl
@@ -123,7 +123,7 @@ jobs:
123123 - run : poetry run maturin build --release -m Cargo.toml -F python
124124 - run : pip install --no-index --find-links=target/wheels/ reasonable
125125 - run : rm -r target/wheels
126- - run : poetry run maturin sdist -m Cargo.toml
126+ - run : poetry run maturin sdist -m Cargo.toml -F python
127127 - uses : pypa/gh-action-pypi-publish@release/v1
128128 with :
129129 user : __token__
0 commit comments