mirror of
https://github.com/krateng/maloja.git
synced 2026-05-05 07:10:14 +00:00
Temporary fix for divergent package and project name
This commit is contained in:
parent
1b0e3ffdb2
commit
fb2dff8add
3 changed files with 6 additions and 4 deletions
5
.github/workflows/pypi.yml
vendored
5
.github/workflows/pypi.yml
vendored
|
|
@ -19,10 +19,11 @@ jobs:
|
|||
python-version: '3.x'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install build
|
||||
run: pip install build setuptools
|
||||
|
||||
- name: Build package
|
||||
run: python -m build
|
||||
#run: python -m build
|
||||
run: python setup.py sdist bdist_wheel
|
||||
|
||||
- name: Publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue