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 eb8d6d1 commit ec6f8e5Copy full SHA for ec6f8e5
.github/workflows/publish.yml
@@ -2,12 +2,16 @@ name: Publishing
2
3
on:
4
release:
5
+ types: [published]
6
workflow_dispatch:
7
8
jobs:
- # First, run the standard test suite
9
+ # First, run the standard test suite - for this to work correctly, the workflow needs
10
+ # to inherit the organisation secrets used to authenticate to CodeCov.
11
+ # https://github.com/actions/runner/issues/1413
12
test:
13
uses: ./.github/workflows/ci.yml
14
+ secrets: inherit
15
16
# Next, build the package wheel and source releases and add them to the release assets
17
build-wheel:
0 commit comments