Skip to content

Commit

Permalink
Change multi-line command directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
myxie committed Feb 20, 2025
1 parent 656cdf4 commit b665320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build
--user
- name: Build a binary wheel and a source tarball
run: >
run: |
cd daliuge-common
python3 -m build --sdist && python -m build --wheel
- name: Store the distribution packages
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
build
--user
- name: Build a binary wheel and a source tarball
run: >
run: |
cd daliuge-engine
python3 -m build --sdist && python -m build --wheel
- name: Store the distribution packages
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
build
--user
- name: Build a binary wheel and a source tarball
run: >
run: |
cd daliuge-translator
python3 -m build --sdist && python -m build --wheel
- name: Store the distribution packages
Expand Down

0 comments on commit b665320

Please sign in to comment.