rlsbl 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rlsbl",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Release orchestration and project scaffolding for npm and PyPI",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -14,7 +14,7 @@ jobs:
14
14
  python-version: ["3.12", "3.13", "3.14"]
15
15
  steps:
16
16
  - uses: actions/checkout@v5
17
- - uses: astral-sh/setup-uv@v8
17
+ - uses: astral-sh/setup-uv@v7
18
18
  - run: uv python install ${{ matrix.python-version }}
19
19
  - run: uv sync
20
20
  - run: uv run python -c "import {{importName}}"
@@ -13,6 +13,6 @@ jobs:
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
15
  - uses: actions/checkout@v5
16
- - uses: astral-sh/setup-uv@v8
16
+ - uses: astral-sh/setup-uv@v7
17
17
  - run: uv build
18
18
  - uses: pypa/gh-action-pypi-publish@release/v1