Skip to content

Commit d0725d7

Browse files
committed
chore: update maturin build CI
1 parent 534ba83 commit d0725d7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
steps:
181181
- uses: actions/download-artifact@v4
182182
- name: Generate artifact attestation
183-
uses: actions/attest-build-provenance@v1
183+
uses: actions/attest-build-provenance@v2
184184
with:
185185
subject-path: 'wheels-*/*'
186186
- name: Publish to PyPI
@@ -190,4 +190,4 @@ jobs:
190190
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
191191
with:
192192
command: upload
193-
args: --non-interactive --skip-existing wheels-*/*
193+
args: --non-interactive --skip-existing wheels-*/*

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rxml"
3-
version = "2.3.3"
3+
version = "2.3.4"
44
edition = "2024"
55

66
[lib]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Typing :: Typed",
2323
"License :: OSI Approved :: MIT License",
2424
]
25-
version = "2.3.3"
25+
version = "2.3.4"
2626

2727

2828
[tool.maturin]

0 commit comments

Comments
 (0)