Skip to content
Merged

Dev #188

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
4 changes: 3 additions & 1 deletion .github/workflows/release-ducpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ permissions:
jobs:
release_ducpy:
runs-on: ubuntu-latest
env:
UV_PYTHON: "3.13"
concurrency:
group: release-ducpy
cancel-in-progress: false
Expand Down Expand Up @@ -47,7 +49,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.13'
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
Expand Down
3 changes: 1 addition & 2 deletions packages/ducpdf/src/duc2pdf/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# duc2pdf
# duc2pdf (Rust)

<p align="center">
<br/>
Expand Down Expand Up @@ -80,4 +80,3 @@ To ensure smooth releases with semantic-release, please follow [these guidelines
---

*The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*

2 changes: 1 addition & 1 deletion packages/ducpy/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ducpy (Python)
# ducpy

<p align="center">
<br/>
Expand Down
Loading