We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f93f37c + 5e188a6 commit 40d416eCopy full SHA for 40d416e
2 files changed
.github/workflows/pypi_publish.yml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch:
7
8
jobs:
9
- publish-pypi:
+ build:
10
# Skip this job if it's a pre-release
11
if: github.event.release.prerelease == false
12
runs-on: ubuntu-latest
.github/workflows/test_pypi_publish.yml
- publish-test-pypi:
environment: release
permissions:
0 commit comments