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 a5e65b5 commit 108973bCopy full SHA for 108973b
.github/workflows/pythonpackage.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
ssh-key: "${{ secrets.NIPREPS_DEPLOY }}"
25
- name: Fetch all tags (for setuptools_scm to work)
26
+ if: github.ref == 'refs/heads/master'
27
run: |
28
/usr/bin/git -c protocol.version=2 fetch --tags --prune --unshallow origin
29
- name: Set up Python ${{ matrix.python-version }}
0 commit comments