We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ab453 commit aae2caeCopy full SHA for aae2cae
1 file changed
.github/workflows/package.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- python-version: [3.11.14, 3.12.12, 3.13.12]
+ python-version: [3.11.14]
13
steps:
14
# Downloads a copy of the code in your repository before running CI tests
15
- name: Check out repository code
@@ -20,7 +20,7 @@ jobs:
20
python-version: ${{ matrix.python-version }}
21
- name: Install Packaging dependencies
22
run: |
23
- pip install wheel twine
+ pip install wheel twine setuptools
24
25
- name: Package & Test PyPI Installation
26
0 commit comments