We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e4be4 commit acd8ef6Copy full SHA for acd8ef6
.github/workflows/publish-to-pypi.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Python 3.10
19
uses: actions/setup-python@v4
20
with:
21
- python-version: 3.10
+ python-version: "3.10"
22
23
- name: Install pypa/build
24
run: >-
.github/workflows/publish-to-test-pypi.yml
@@ -11,12 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@master
+ - uses: actions/checkout@v3
15
16
17
0 commit comments