Skip to content

Commit a717a3c

Browse files
committed
fix(setup): correct description + metadata
1 parent b2c44bf commit a717a3c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
python -m pip install --upgrade pip
2626
pip install build # pep517/518 builder
2727
28-
- name: Build sdist & wheel
29-
run: python -m build .
28+
- name: Build sdist & wheel (sub-project reghelp_client)
29+
# Собираем пакет из подпапки reghelp_client и кладём артефакты в ../dist
30+
run: python -m build reghelp_client -o dist
3031

3132
- name: Publish to PyPI
3233
uses: pypa/gh-action-pypi-publish@v1.8.8

0 commit comments

Comments
 (0)