Skip to content

Commit

Permalink
change publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkern committed Jan 29, 2025
1 parent f44eafd commit 8d899d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

PyPI_Upload:
runs-on: ubuntu-latest
needs: ['manylinux']
needs: ['Build_Wheel']
steps:
- name: Download all
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 8d899d1

Please sign in to comment.