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 dc28b70 commit e2052eeCopy full SHA for e2052ee
.github/workflows/publish-sdist.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
- name: Set up Python 3.10
15
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
16
with:
17
python-version: "3.10"
18
- name: Build a wheel and a source tarball
.github/workflows/run-tox.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Set up Python ${{ matrix.python-version }}
27
28
29
python-version: ${{ matrix.python-version }}
30
- name: Get current month
0 commit comments