Skip to content

Commit f55591d

Browse files
remove python versions
1 parent 3a59df6 commit f55591d

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,7 @@ jobs:
4444
-o cloudsmith-${{ env.VERSION }}.pyz \
4545
--console-script cloudsmith \
4646
--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
47+
--venv
5348
5449
- name: Create Release
5550
id: create_release

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,7 @@ jobs:
201201
-o cloudsmith-${{ env.VERSION }}.pyz \
202202
--console-script cloudsmith \
203203
--python-shebang "/usr/bin/env python3" \
204-
--venv \
205-
--python python3.10 \
206-
--python python3.11 \
207-
--python python3.12 \
208-
--python python3.13 \
209-
--python python3.14
204+
--venv
210205
211206
- name: Make executable (Unix)
212207
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)