There was an error while loading. Please reload this page.
1 parent b2c44bf commit a717a3cCopy full SHA for a717a3c
1 file changed
.github/workflows/publish.yml
@@ -25,8 +25,9 @@ jobs:
25
python -m pip install --upgrade pip
26
pip install build # pep517/518 builder
27
28
- - name: Build sdist & wheel
29
- run: python -m build .
+ - name: Build sdist & wheel (sub-project reghelp_client)
+ # Собираем пакет из подпапки reghelp_client и кладём артефакты в ../dist
30
+ run: python -m build reghelp_client -o dist
31
32
- name: Publish to PyPI
33
uses: pypa/gh-action-pypi-publish@v1.8.8
0 commit comments