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:
|
||||
publish_to_pypi:
|
||||
name: Publish a new version to PyPI
|
||||
name: Push Package to PyPI
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
@ -15,9 +15,9 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install wheel setuptools
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Install Doreah (imported on build)
|
||||
run: pip install doreah
|
||||
|
||||
- name: Build package
|
||||
run: python setup.py sdist bdist_wheel
|
||||
|
Loading…
Reference in New Issue
Block a user