Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,13 @@ jobs:
id-token: write
strategy:
matrix:
python-version: ['3.12']
python-version: ["3.12"]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build frontend assets
uses: ./.github/workflows/run-command.yml
with:
fetch-depth: '0'

- name: Set up uv & venv
uses: astral-sh/setup-uv@v5
with:
version: ${{ env.UV_VERSION }}
enable-cache: true
python-version: ${{ matrix.python-version }}
cache-dependency-glob: uv.lock
command_name: prod
command: just prod

- name: Build package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ __pycache__/
.Python
build/
develop-eggs/
dist/
dist/*
downloads/
eggs/
.eggs/
Expand Down
2 changes: 1 addition & 1 deletion tierkreis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tierkreis"
description = "Python client and utilities for tierkreis."
readme = "README.md"
version = "2.0.2"
version = "2.0.3"
authors = [
{ name = "Seyon Sivarajah", email = "seyon.sivarajah@quantinuum.com" },
{ name = "Lukas Heidemann", email = "lukas.heidemann@quantinuum.com" },
Expand Down
3 changes: 2 additions & 1 deletion tierkreis_visualization/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
__pycache__/
*.py[oc]
build/
dist/
dist/*
wheels/
*.egg-info
.idea

# Virtual environments
.venv

5 changes: 4 additions & 1 deletion tierkreis_visualization/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tierkreis_visualization"
version = "0.1.3"
version = "0.1.4"
description = "Browser based visualization tool for tierkreis"
readme = "README.md"
requires-python = ">=3.12"
Expand All @@ -16,6 +16,9 @@ dependencies = [
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel.force-include]
"./tierkreis_visualization/static/dist" = "tierkreis_visualization/static/dist"

[tool.uv.sources]
tierkreis = { workspace = true }

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 1 addition & 1 deletion tierkreis_workers/aer_worker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tkr_aer_worker"
version = "0.1.2"
version = "0.1.3"
description = "A tierkreis worker for Aer."
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion tierkreis_workers/nexus_worker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tkr_nexus_worker"
version = "0.1.2"
version = "0.1.3"
description = "A tierkreis worker for interacting with Nexus."
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion tierkreis_workers/pytket_worker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tkr_pytket_worker"
version = "0.1.2"
version = "0.1.3"
description = "A tierkreis worker for pytket."
readme = "README.md"
requires-python = ">=3.12"
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.