Skip to content

Commit ec6f8e5

Browse files
committed
Hopefully only one release job, hopefully codecov gets the token
1 parent eb8d6d1 commit ec6f8e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ name: Publishing
22

33
on:
44
release:
5+
types: [published]
56
workflow_dispatch:
67

78
jobs:
8-
# 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
912
test:
1013
uses: ./.github/workflows/ci.yml
14+
secrets: inherit
1115

1216
# Next, build the package wheel and source releases and add them to the release assets
1317
build-wheel:

0 commit comments

Comments
 (0)