Skip to content

Commit ee5c737

Browse files
authored
Merge pull request #188 from ducflair/dev
Dev
2 parents bc3d356 + 8050bca commit ee5c737

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release-ducpy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ permissions:
1919
jobs:
2020
release_ducpy:
2121
runs-on: ubuntu-latest
22+
env:
23+
UV_PYTHON: "3.13"
2224
concurrency:
2325
group: release-ducpy
2426
cancel-in-progress: false
@@ -47,7 +49,7 @@ jobs:
4749
- name: Setup Python
4850
uses: actions/setup-python@v5
4951
with:
50-
python-version: '3.x'
52+
python-version: '3.13'
5153
- name: Install uv
5254
uses: astral-sh/setup-uv@v5
5355
with:

packages/ducpdf/src/duc2pdf/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# duc2pdf
1+
# duc2pdf (Rust)
22

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

8282
*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!*
83-

packages/ducpy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ducpy (Python)
1+
# ducpy
22

33
<p align="center">
44
<br/>

0 commit comments

Comments
 (0)