We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a6942 commit 1c8a0f9Copy full SHA for 1c8a0f9
2 files changed
.github/workflows/release.yml
@@ -26,8 +26,6 @@ jobs:
26
contents: read
27
actions: write
28
uses: ./.github/workflows/test.yml
29
- secrets:
30
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
31
32
build:
33
name: Build Package
.github/workflows/test.yml
@@ -17,9 +17,6 @@ on:
17
- "pyproject.toml"
18
- "justfile"
19
workflow_call:
20
21
- CODECOV_TOKEN:
22
- required: true
23
workflow_dispatch:
24
inputs:
25
debug:
0 commit comments