Skip to content

Commit 8d899d1

Browse files
committed
change publish action
1 parent f44eafd commit 8d899d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
PyPI_Upload:
5252
runs-on: ubuntu-latest
53-
needs: ['manylinux']
53+
needs: ['Build_Wheel']
5454
steps:
5555
- name: Download all
5656
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)