Skip to content

Commit b174d27

Browse files
authored
Merge pull request #121 from tushushu/wip-fix-win-ci
Wip fix win ci
2 parents a5f77c8 + 04c2239 commit b174d27

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = '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 ---------------------------------------------------

ulist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ulist"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["tushushu"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)