Skip to content

Commit 23a11c4

Browse files
authored
Update pypi_publish.yml
1 parent d70912f commit 23a11c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
path: ./dist/*.zip
6060

6161
upload_pypi:
62-
need: [build-n-publish]
62+
needs: [build-n-publish]
6363
runs-on: windows-2019
6464
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
6565
steps:

0 commit comments

Comments
 (0)