Skip to content

Commit a945274

Browse files
committed
[fix] updated pypi-release.yaml
1 parent ee63d4d commit a945274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: >-
2727
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.TAG_NAME }}/g" src/setup.py
2828
- name: Build a binary wheel
29-
run: >-
29+
run: |
3030
cd src
3131
python3 -m pip install --upgrade build && python3 -m build
3232
- name: Publish distribution 📦 to PyPI

0 commit comments

Comments
 (0)