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
1 change: 0 additions & 1 deletion .claude/worktrees/dazzling-hugle
Submodule dazzling-hugle deleted from 22c934
7 changes: 4 additions & 3 deletions .github/workflows/mcp-boot-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,23 @@ jobs:
PYTHONIOENCODING: utf-8
PYTHONUTF8: "1"
PYTHONUNBUFFERED: "1"
PIP_NO_CACHE_DIR: "1"
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-15-intel, macos-14]
python-version: ["3.10", "3.14"]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}

- uses: dtolnay/rust-toolchain@stable

- uses: astral-sh/setup-uv@v5
- uses: astral-sh/setup-uv@v8.1.0

- name: Install Dotscope With MCP + Dev Extras
shell: pwsh
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
runs-on: ubuntu-latest
needs: mcp-boot-gate
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist
- name: Upload sdist
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: release-sdist
path: dist/
Expand All @@ -39,7 +39,7 @@ jobs:
- os: windows-latest
target: aarch64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Build wheels
uses: PyO3/maturin-action@v1
Expand All @@ -49,7 +49,7 @@ jobs:
target: ${{ matrix.target }}

- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: release-wheels-${{ matrix.os }}-${{ matrix.target }}
path: dist/
Expand All @@ -64,20 +64,20 @@ jobs:
id-token: write
steps:
- name: Download sdist
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: release-sdist
path: dist/

- name: Download wheels
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
pattern: release-wheels-*
path: dist/
merge-multiple: true

- name: Attest Python Artifacts
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v4
with:
subject-path: dist/*

Expand All @@ -95,13 +95,13 @@ jobs:

steps:
- name: Download sdist
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: release-sdist
path: dist/

- name: Download wheels
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
pattern: release-wheels-*
path: dist/
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ build/
.ruff_cache/
.mypy_cache/
.dotscope/
.claude/worktrees/
/ui/
/titan_testing/
crates/dotscope-core/target/
target/
temp_build/
1 change: 0 additions & 1 deletion titan_testing
Submodule titan_testing deleted from 467603
Loading