Skip to content

Commit

Permalink
Hopefully only one release job, hopefully codecov gets the token
Browse files Browse the repository at this point in the history
  • Loading branch information
davidorme committed Mar 12, 2024
1 parent eb8d6d1 commit ec6f8e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ name: Publishing

on:
release:
types: [published]
workflow_dispatch:

jobs:
# First, run the standard test suite
# First, run the standard test suite - for this to work correctly, the workflow needs
# to inherit the organisation secrets used to authenticate to CodeCov.
# https://github.com/actions/runner/issues/1413
test:
uses: ./.github/workflows/ci.yml
secrets: inherit

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

0 comments on commit ec6f8e5

Please sign in to comment.