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 780915c commit afcc728Copy full SHA for afcc728
.github/workflows/main.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
18
- name: Set up Python 3.9
19
- uses: actions/setup-python@v2.3.1
+ uses: actions/setup-python@v2.3.2
20
with:
21
python-version: 3.9
22
.github/workflows/publish-pypi-test.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
- name: Set up Python
python-version: '3.x'
- name: Set up Poetry
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
0 commit comments