Skip to content

Commit a0f110e

Browse files
authored
Merge pull request #10 from pythonspeed/fix-releasing
New version
2 parents 1e2f922 + 80d50b5 commit a0f110e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sccache: 'true'
3737
manylinux: auto
3838
- name: Upload wheels
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: wheels-${{ matrix.target }}
4242
path: dist

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 = "py-perf-event"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)