Skip to content

Commit f4a81e6

Browse files
author
Franz Ludwig Kostelezky
committed
Refactor build package step in pypi-publish.yml
1 parent 7993ac3 commit f4a81e6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
sed -i "s/%VERSION_PLACEHOLDER%/${VERSION}/g" python_licensing/setup.py
3030
3131
- name: Build package
32-
run: |
33-
cd python_licensing
34-
python -m build
32+
run: python -m build
33+
working-directory: python_licensing
3534

3635
- name: Publish package
3736
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)