github: don't publish to test pypi twice
This commit is contained in:
8
.github/workflows/publish_test.yaml
vendored
8
.github/workflows/publish_test.yaml
vendored
@@ -2,11 +2,9 @@ name: publish-test
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -42,7 +40,7 @@ jobs:
|
||||
name: wheels
|
||||
path: ./dist
|
||||
|
||||
publish-to-pypi:
|
||||
publish-to-test-pypi:
|
||||
name: "Publish to Test PyPI"
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ build ]
|
||||
|
||||
Reference in New Issue
Block a user