Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
* main:
  Fix string separation of jobs
  • Loading branch information
lzkelley committed Feb 19, 2024
2 parents 79b283f + 550d6e9 commit 0048ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
path: ./dist/*.tar.gz

pypi-publish:
needs: ['build_wheels, make_sdist']
needs: ['build_wheels', 'make_sdist']
environment: 'publish'

name: upload release to PyPI
Expand Down

0 comments on commit 0048ed7

Please sign in to comment.