Skip to content

Commit 26521c2

Browse files
authored
Update versions for GH actions (#205)
1 parent 8beed38 commit 26521c2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/publish.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
runs-on: ubuntu-20.04
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
17+
1718
- name: Set up Python
18-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4
1920
with:
2021
python-version: '3.7'
2122

@@ -56,7 +57,7 @@ jobs:
5657
.
5758
5859
- name: Publish package
59-
uses: pypa/gh-action-pypi-publish@master
60+
uses: pypa/gh-action-pypi-publish@release/v1
6061
with:
6162
user: __token__
6263
password: ${{ secrets.PYPI_PASSWORD }}

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3']
11+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3.9']
1212

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

1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v1
17+
uses: actions/setup-python@v4
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020

0 commit comments

Comments
 (0)