Skip to content

Commit 22a0d15

Browse files
committed
Bump version to 0.1.1 for multi-platform and multi-version support
1 parent b8e6dd3 commit 22a0d15

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
uses: PyO3/maturin-action@v1
101101
with:
102102
target: ${{ matrix.platform.target }}
103-
args: --release --out dist --find-interpreter --bindings pyo3-abi3
103+
args: --release --out dist --find-interpreter
104104
sccache: 'true'
105105
- name: Upload wheels
106106
uses: actions/upload-artifact@v4
@@ -141,7 +141,7 @@ jobs:
141141
- name: Publish to PyPI
142142
uses: PyO3/maturin-action@v1
143143
env:
144-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
144+
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_PASSWORD }}
145145
with:
146146
command: upload
147147
args: --non-interactive --skip-existing wheels-*/*

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code_nav_devon"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "A python package written in rust for code navigation features like text search, fuzzy search and go to definition/references"
66
license = "MIT"
@@ -110,7 +110,7 @@ bindings = "pyo3-abi3"
110110

111111
[package.metadata.maturin]
112112
name = "code_nav_devon"
113-
version = "0.1.0"
113+
version = "0.1.1"
114114
description = "A python package written in rust for code navigation features like text search, fuzzy search and go to definition/references"
115115
116116
license = "MIT"

0 commit comments

Comments
 (0)