We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce88cd commit 4f2a719Copy full SHA for 4f2a719
.github/workflows/release.yml
@@ -5,12 +5,7 @@ on:
5
tags: ["v*"]
6
7
jobs:
8
- test:
9
- uses: ./.github/workflows/test.yml
10
- secrets: inherit
11
-
12
publish:
13
- needs: test
14
runs-on: ubuntu-latest
15
environment: pypi
16
permissions:
.github/workflows/test.yml
@@ -5,7 +5,6 @@ on:
branches: [main]
pull_request:
- workflow_call:
test:
0 commit comments