We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7d1e2 commit 02743a9Copy full SHA for 02743a9
.github/workflows/checks.yml .github/workflows/ci.yml
@@ -10,6 +10,10 @@ on:
10
branches:
11
- main
12
13
+concurrency:
14
+ group: ci-${{ github.ref }}-1
15
+ cancel-in-progress: true
16
+
17
jobs:
18
checks:
19
runs-on: "ubuntu-latest"
.github/workflows/github-release.yml
@@ -10,5 +10,5 @@ jobs:
uses: ./.github/workflows/publish-release.yml
secrets: inherit # pass all secrets (required to access secrets in a called workflow)
with:
- pypi_target: "test.pypi.org"
+ pypi_target: "pypi.org"
repo_release_ref: ${{ github.ref_name }}
0 commit comments