File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 python-version : 3.7
4848 - run : rustup update && rustup target add aarch64-apple-darwin
4949 - run : pip install maturin
50- - run : maturin publish --no-sdist --universal2 -m python/ Cargo.toml -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASS }}
51- - run : maturin publish --no-sdist -m python/ Cargo.toml -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASS }}
50+ - run : maturin publish --no-sdist --universal2 -m Cargo.toml -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASS }}
51+ - run : maturin publish --no-sdist -m Cargo.toml -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASS }}
5252 - uses : softprops/action-gh-release@v1
5353 with :
5454 files : target/wheels/*
6565 - run : rustup update
6666 - run : pip install maturin
6767 - run : Remove-Item -LiteralPath "C:\msys64\" -Force -Recurse
68- - run : maturin publish --no-sdist -m python/ Cargo.toml -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASS }}
68+ - run : maturin publish --no-sdist -m Cargo.toml -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASS }}
6969 - uses : softprops/action-gh-release@v1
7070 with :
7171 files : target/wheels/*
7777 with :
7878 submodules : true
7979 - run : pip install maturin
80- - run : maturin sdist -m python/ Cargo.toml
80+ - run : maturin sdist -m Cargo.toml
8181 - uses : pypa/gh-action-pypi-publish@release/v1
8282 with :
8383 user : ${{ secrets.PYPI_USER }}
You can’t perform that action at this time.
0 commit comments