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 33
33
- name : Publish ulist
34
34
env :
35
35
PYPI_PW : ${{ secrets.PYPI_PW }}
36
- PYTHON_VER : python${{ matrix.python-version }}
37
36
shell : bash
38
37
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 22
22
author = 'tushushu'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.7.0 '
25
+ release = '0.7.1 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ulist"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
authors = [" tushushu" ]
5
5
edition = " 2018"
6
6
You can’t perform that action at this time.
0 commit comments