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 21b15e1 + 409e0e9 commit f8c9a1aCopy full SHA for f8c9a1a
.github/workflows/deploy.yaml
@@ -17,7 +17,7 @@ jobs:
17
id-token: write
18
if: |
19
github.repository == 'MDAnalysis/MDAnalysisData' &&
20
- (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
+ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
21
name: Build, upload and test pure Python wheels to TestPypi
22
runs-on: ubuntu-latest
23
.github/workflows/gh-ci.yml
@@ -67,6 +67,7 @@ jobs:
67
uses: codecov/codecov-action@v2
68
with:
69
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
70
+ token: ${{ secrets.CODECOV_TOKEN }}
71
file: ./coverage.xml
72
fail_ci_if_error: True
73
verbose: True
0 commit comments