We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5f77c8 + 04c2239 commit b174d27Copy full SHA for b174d27
3 files changed
.github/workflows/publish.yml
@@ -33,7 +33,6 @@ jobs:
33
- name: Publish ulist
34
env:
35
PYPI_PW: ${{ secrets.PYPI_PW }}
36
- PYTHON_VER: python${{ matrix.python-version }}
37
shell: bash
38
run: |
39
- maturin publish -m ulist/Cargo.toml -u tushushu -p $PYPI_PW -i $PYTHON_VER
+ maturin publish -m ulist/Cargo.toml -u tushushu -p $PYPI_PW -i python
docs/conf.py
@@ -22,7 +22,7 @@
22
author = 'tushushu'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '0.7.0'
+release = '0.7.1'
26
27
28
# -- General configuration ---------------------------------------------------
ulist/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ulist"
3
-version = "0.7.0"
+version = "0.7.1"
4
authors = ["tushushu"]
5
edition = "2018"
6
0 commit comments