Skip to content

Commit 16b42e4

Browse files
build once
1 parent 65ce7db commit 16b42e4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
-o cloudsmith-${{ env.VERSION }}.pyz \
4545
--console-script cloudsmith \
4646
--python-shebang "/usr/bin/env python3" \
47-
--venv
47+
--venv \
48+
--interpreter-constraint "CPython>=3.10,<3.15"
4849
4950
- name: Create Release
5051
id: create_release

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ jobs:
194194
-o cloudsmith-${{ env.VERSION }}.pyz \
195195
--console-script cloudsmith \
196196
--python-shebang "/usr/bin/env python3" \
197-
--venv
197+
--venv \
198+
--interpreter-constraint "CPython>=3.10,<3.15"
198199
199200
- name: Upload zipapp artifact
200201
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)