Skip to content

Commit a1560b3

Browse files
ci: fix workflows; release: robust signing; bump to 2.3.6
1 parent b7819e2 commit a1560b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
pip-audit -r sup-lang/pyproject.toml || true
6767
- name: Generate SBOM (CycloneDX)
6868
run: |
69-
cyclonedx-py env -o sbom.json
69+
cyclonedx-py environment -o sbom.json
7070
- name: Upload SBOM
7171
uses: actions/upload-artifact@v4
7272
with:

sup-lang/pyproject.toml

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

55
[project]
66
name = "sup-lang"
7-
version = "2.3.5"
7+
version = "2.3.6"
88
description = "Sup: an English-like programming language (MVP)"
99
readme = "README.md"
1010
requires-python = ">=3.9"

sup-lang/sup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Sup Language package."""
22

3-
__version__ = "2.3.5"
3+
__version__ = "2.3.6"
44

55
from typing import TYPE_CHECKING
66

0 commit comments

Comments
 (0)