We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a59df6 commit f55591dCopy full SHA for f55591d
2 files changed
.github/workflows/release.yml
@@ -44,12 +44,7 @@ jobs:
44
-o cloudsmith-${{ env.VERSION }}.pyz \
45
--console-script cloudsmith \
46
--python-shebang "/usr/bin/env python3" \
47
- --venv \
48
- --python python3.10 \
49
- --python python3.11 \
50
- --python python3.12 \
51
- --python python3.13 \
52
- --python python3.14
+ --venv
53
54
- name: Create Release
55
id: create_release
.github/workflows/test.yml
@@ -201,12 +201,7 @@ jobs:
201
202
203
204
205
206
207
208
209
210
211
- name: Make executable (Unix)
212
if: runner.os != 'Windows'
0 commit comments