Skip to content

Commit

Permalink
Merge pull request #100 from nanograv/dev-pypi
Browse files Browse the repository at this point in the history
Fix string separation of jobs
  • Loading branch information
lzkelley authored Feb 19, 2024
2 parents 4ed3b28 + 38dd9e6 commit 550d6e9
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 550d6e9

Please sign in to comment.