fix release workflow

master
Anton Lydike 1 year ago
parent d102376212
commit f8b979b08a

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

Loading…
Cancel
Save