We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3b17e commit 44feabbCopy full SHA for 44feabb
.github/workflows/publish-to-pypi.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
- name: Set up Python 3.10
12
- uses: actions/setup-python@v5.1.1
+ uses: actions/setup-python@v5.3.0
13
with:
14
python-version: '3.10'
15
- name: Build a binary wheel and a source tarball
.github/workflows/run-tests.yml
@@ -12,7 +12,7 @@ jobs:
- name: Set up Python
16
17
python-version: ${{ matrix.python }}
18
- name: Run tests
0 commit comments