fix release workflow

This commit is contained in:
Anton Lydike 2023-08-01 11:27:53 +01:00
parent d102376212
commit f8b979b08a

View File

@ -15,7 +15,7 @@ jobs:
# install build package and build dist
- name: Build distribution
run: >-
python3 -m pip install build --user
python3 -m pip install build --user &&
python3 -m build --sdist --wheel --outdir dist/
# retrieve your distributions here
- name: Publish package distributions to PyPI