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 5e2cf3c commit 11c3461Copy full SHA for 11c3461
.github/workflows/python-package.yml
@@ -50,7 +50,7 @@ jobs:
50
steps:
51
- name: Publish package
52
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
53
- - uses: actions/checkout@v2
+ uses: actions/checkout@v2
54
- name: Set up Python
55
uses: actions/setup-python@v2
56
with:
0 commit comments