mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 22:15:30 +00:00
update publish script
This commit is contained in:
7
.github/workflows/python-publish.yml
vendored
7
.github/workflows/python-publish.yml
vendored
@@ -29,7 +29,12 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install build
|
||||
python -m pip install build
|
||||
- name: Test
|
||||
run: |
|
||||
python -m pip install .
|
||||
python -m pip install -e '.[dev]'
|
||||
pytest
|
||||
- name: Build package
|
||||
run: python -m build
|
||||
- name: Publish package
|
||||
|
||||
Reference in New Issue
Block a user