We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ce7db commit 16b42e4Copy full SHA for 16b42e4
2 files changed
.github/workflows/release.yml
@@ -44,7 +44,8 @@ jobs:
44
-o cloudsmith-${{ env.VERSION }}.pyz \
45
--console-script cloudsmith \
46
--python-shebang "/usr/bin/env python3" \
47
- --venv
+ --venv \
48
+ --interpreter-constraint "CPython>=3.10,<3.15"
49
50
- name: Create Release
51
id: create_release
.github/workflows/test.yml
@@ -194,7 +194,8 @@ jobs:
194
195
196
197
198
199
200
- name: Upload zipapp artifact
201
uses: actions/upload-artifact@v4
0 commit comments