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.
2 parents 2f1333c + 8fd5688 commit a74691bCopy full SHA for a74691b
.github/workflows/publish.yaml
@@ -26,7 +26,7 @@ jobs:
26
publish-to-pypi:
27
runs-on: ubuntu-20.04
28
steps:
29
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
30
- uses: actions/setup-python@v3
31
with:
32
python-version: "3.9"
.github/workflows/test.yaml
@@ -44,7 +44,7 @@ jobs:
44
- 5000:5000
45
46
47
48
49
# chartpress requires the full history
50
fetch-depth: 0
0 commit comments