There was an error while loading. Please reload this page.
1 parent 66b07c2 commit f7e048aCopy full SHA for f7e048a
1 file changed
.github/workflows/publish.yml
@@ -26,11 +26,13 @@ jobs:
26
pip install build # pep517/518 builder
27
28
- name: Build sdist & wheel
29
- run: python -m build
+ run: |
30
+ cd reghelp_client
31
+ python -m build
32
33
- name: Publish to PyPI
34
uses: pypa/gh-action-pypi-publish@v1.8.8
35
with:
36
password: ${{ secrets.PYPI_API_TOKEN }}
37
skip-existing: true
- packages-dir: dist
38
+ packages-dir: reghelp_client/dist
0 commit comments