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 c97fb11 commit c2a9490Copy full SHA for c2a9490
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
10
runs-on: ubuntu-18.04
11
steps:
12
- - uses: actions/checkout@master
+ - uses: actions/checkout@v2
13
- name: Set up Python
14
uses: actions/setup-python@v1
15
with:
0 commit comments