Skip to content

Commit 52670fa

Browse files
committed
Fix issue x2
1 parent 7ea2dda commit 52670fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
publish-to-testpypi:
3636
name: Publish Python 🐍 distribution 📦 to TestPyPI
3737
needs:
38-
- build
38+
- test
3939
if: github.ref == 'refs/heads/develop'
4040
runs-on: ubuntu-latest
4141
environment:

0 commit comments

Comments
 (0)