Skip to content

Commit 9a779ed

Browse files
authored
Update release.yml
1 parent 13cbfa6 commit 9a779ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
1010
runs-on: ubuntu-18.04
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Set up Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v4
1515
with:
1616
python-version: "3.7"
1717
- name: Upgrade pip

0 commit comments

Comments
 (0)