mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
More adjustments to PyPI workflow
This commit is contained in:
parent
54ad3f6d3b
commit
b5999dab1f
8
.github/workflows/pypi.yml
vendored
8
.github/workflows/pypi.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish_to_pypi:
|
publish_to_pypi:
|
||||||
name: Publish a new version to PyPI
|
name: Push Package to PyPI
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
@ -15,9 +15,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install wheel setuptools
|
run: pip install wheel setuptools
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Doreah (imported on build)
|
||||||
run: pip install -r requirements.txt
|
run: pip install doreah
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: python setup.py sdist bdist_wheel
|
run: python setup.py sdist bdist_wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user