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.
2 parents 4909a8b + 54efb0d commit 8ef4d27Copy full SHA for 8ef4d27
2 files changed
.github/workflows/pypi.yml
@@ -38,7 +38,7 @@ jobs:
38
generate_release_notes: true
39
- name: Set up Python
40
if: ${{ steps.version.outputs.TAG_EXISTS == '0' }}
41
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
42
with:
43
python-version: '3.x'
44
- name: Install dependencies
.github/workflows/python-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout Repository
20
uses: actions/checkout@v7.0.0
21
22
23
24
python-version: ${{ matrix.python-version }}
25
- name: Install package and test dependencies
0 commit comments