Skip to content

Commit acd8ef6

Browse files
committed
update actions
1 parent d6e4be4 commit acd8ef6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python 3.10
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: 3.10
21+
python-version: "3.10"
2222

2323
- name: Install pypa/build
2424
run: >-

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@master
14+
- uses: actions/checkout@v3
1515

1616
- name: Set up Python 3.10
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: 3.10
19+
python-version: "3.10"
2020

2121
- name: Install pypa/build
2222
run: >-

0 commit comments

Comments
 (0)