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 13cbfa6 commit 9a779edCopy full SHA for 9a779ed
.github/workflows/release.yml
@@ -9,9 +9,9 @@ jobs:
9
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
10
runs-on: ubuntu-18.04
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- name: Set up Python
14
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
15
with:
16
python-version: "3.7"
17
- name: Upgrade pip
0 commit comments