We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcc88f commit 31c9bd8Copy full SHA for 31c9bd8
.github/workflows/ci.yml
@@ -33,7 +33,6 @@ jobs:
33
with:
34
python-version: "${{ matrix.python-version }}"
35
allow-prereleases: true
36
- cache: pip
37
38
- run: pip install nox
39
- run: nox --session test-${{ matrix.python-version }}
.github/workflows/create-release.yml
@@ -22,8 +22,6 @@ jobs:
22
uses: actions/setup-python@v5
23
24
python-version: "3"
25
26
- cache-dependency-path: pyproject.toml
27
28
- name: Install build dependencies (pypa/build, twine)
29
run: |
0 commit comments