Skip to content

Commit 2ca6c9b

Browse files
committed
fix: release
1 parent 52dec60 commit 2ca6c9b

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,8 @@ jobs:
143143
command: upload
144144
args: --non-interactive --skip-existing wheels-*/*
145145
- name: Create GitHub Release
146-
uses: softprops/action-gh-release@v1
146+
uses: softprops/action-gh-release@v2
147147
if: success()
148148
with:
149149
files: |
150150
wheels-*/*
151-
env:
152-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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 = "stack-graphs-python-bindings"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
edition = "2021"
55

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ classifiers = [
1010
"Programming Language :: Python :: Implementation :: CPython",
1111
"Programming Language :: Python :: Implementation :: PyPy",
1212
]
13-
version = "0.0.6"
13+
version = "0.0.7"
1414
[tool.maturin]
1515
features = ["pyo3/extension-module"]

0 commit comments

Comments
 (0)