We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796f7b5 commit d55179aCopy full SHA for d55179a
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
tests:
10
- uses: allrisc/stubs-pyslang/.github/workflows/ci.yml@main
+ uses: RISCY-Lib/pyslang-stubs/.github/workflows/ci.yml@main
11
12
build:
13
name: Build Distro
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
environment:
37
name: pypi
38
- url: https://pypi.org/p/stubs-pyslang
+ url: https://pypi.org/p/pyslang-stubs
39
permissions:
40
id-token: write
41
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
5
[project]
6
name = "pyslang-stubs"
-version = "9.0.0.20250901-b0"
+version = "9.0.0.20250902-b1"
description = "Typing stubs for the excellent pyslang library"
readme = "README.md"
authors = [
0 commit comments