Skip to content

Commit 73a3b1c

Browse files
committed
Fix dependencies in publish
1 parent 9cd8a05 commit 73a3b1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
publish-to-pypi:
157157
name: Publish to PyPI
158158
runs-on: ubuntu-latest
159-
needs: [build-wheels, build-sdist]
159+
needs: [build-wheels, build-sdist, build-windows]
160160

161161
environment:
162162
name: pypi

.github/workflows/publish_to_testPyPI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
publish-to-testpypi:
155155
name: Publish to TestPyPI
156156
runs-on: ubuntu-latest
157-
needs: [build-wheels, build-sdist]
157+
needs: [build-wheels, build-sdist, build-windows]
158158

159159
environment:
160160
name: testpypi

0 commit comments

Comments
 (0)