add build to Makefile and use it in bcf-pypi Workflow

This commit is contained in:
Christoph Mellueh
2023-08-28 10:43:19 +02:00
committed by Thomas Krijnen
parent 61a7325bc0
commit b8168ca606
3 changed files with 19 additions and 6 deletions
+2 -2
View File
@@ -48,10 +48,10 @@ jobs:
run: |
pip install build
cd src/bcf &&
python -m build
make dist
- name: Publish a Python distribution to PyPI
uses: ortega2247/pypi-upload-action@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: src/bcf/dist
packages_dir: src/bcf/dist