1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Potentially fixed pyproject-based build and upload

This commit is contained in:
krateng
2021-12-31 07:06:42 +01:00
parent 21d1643988
commit eff806bd73
4 changed files with 7 additions and 6 deletions

View File

@@ -19,11 +19,10 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: pip install build setuptools toml wheel
run: pip install build
- name: Build package
#run: python -m build
run: python setup.py sdist bdist_wheel
run: python -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1