File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3333 - name : Publish ulist
3434 env :
3535 PYPI_PW : ${{ secrets.PYPI_PW }}
36- PYTHON_VER : python${{ matrix.python-version }}
3736 shell : bash
3837 run : |
39- maturin publish -m ulist/Cargo.toml -u tushushu -p $PYPI_PW -i $PYTHON_VER
38+ maturin publish -m ulist/Cargo.toml -u tushushu -p $PYPI_PW -i python
Original file line number Diff line number Diff line change 2222author = 'tushushu'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.7.0 '
25+ release = '0.7.1 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[package ]
22name = " ulist"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44authors = [" tushushu" ]
55edition = " 2018"
66
You can’t perform that action at this time.
0 commit comments