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 46c904a commit d18afb3Copy full SHA for d18afb3
.github/workflows/publish-to-pypi.yml
@@ -16,7 +16,7 @@ jobs:
16
id: vars
17
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
18
- name: Set up Python 3.10
19
- uses: actions/setup-python@v5.4.0
+ uses: actions/setup-python@v5.6.0
20
with:
21
python-version: "3.10"
22
- name: Install build
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
- name: Check out code from GitHub
uses: actions/checkout@v4
- name: Set up Python
23
python-version: "3.11"
24
- name: Install dependencies
0 commit comments