mirror of
https://github.com/krateng/maloja.git
synced 2026-05-05 15:30:42 +00:00
Refactoring
This commit is contained in:
parent
1e70a523b2
commit
36c8f2654e
2 changed files with 27 additions and 24 deletions
12
.github/workflows/pypi.yml
vendored
12
.github/workflows/pypi.yml
vendored
|
|
@ -13,14 +13,16 @@ jobs:
|
|||
- name: Check out the repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install wheel setuptools
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install Doreah (imported on build)
|
||||
run: pip install doreah
|
||||
- name: Install dependencies
|
||||
run: pip install build doreah
|
||||
|
||||
- name: Build package
|
||||
run: python setup.py sdist bdist_wheel
|
||||
run: python -m build
|
||||
|
||||
- name: Publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue