Skip to content

Commit d55179a

Browse files
committed
💚Fixed ci.yml to enable pypi pushing
1 parent 796f7b5 commit d55179a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
tests:
10-
uses: allrisc/stubs-pyslang/.github/workflows/ci.yml@main
10+
uses: RISCY-Lib/pyslang-stubs/.github/workflows/ci.yml@main
1111

1212
build:
1313
name: Build Distro
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
environment:
3737
name: pypi
38-
url: https://pypi.org/p/stubs-pyslang
38+
url: https://pypi.org/p/pyslang-stubs
3939
permissions:
4040
id-token: write
4141

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "pyslang-stubs"
7-
version = "9.0.0.20250901-b0"
7+
version = "9.0.0.20250902-b1"
88
description = "Typing stubs for the excellent pyslang library"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)