Skip to content

Commit 9e6ecd5

Browse files
committed
Remove test-intro-script dep of build-and-publish-pypi
1 parent 9a1e498 commit 9e6ecd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
repository-url: https://test.pypi.org/legacy/
5757

5858
build-and-publish-pypi:
59-
needs: [extract-tag, build-and-publish-test-pypi, test-intro-script]
59+
needs: [extract-tag, build-and-publish-test-pypi]
6060
runs-on: ubuntu-latest
6161
environment:
6262
name: pypi

0 commit comments

Comments
 (0)