Skip to content

Commit 32aef1f

Browse files
authored
Correct workflow reference
1 parent 275c9e9 commit 32aef1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypipublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
tests:
99
name: run tests
10-
uses: ./.github/workflows/unittest.yml
10+
uses: ./.github/workflows/python-ci.yml
1111
build-n-publish:
1212
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
1313
needs: [tests]

0 commit comments

Comments
 (0)