mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Merge branch 'main' of github.com:Steffo99/royalnet-telethon
This commit is contained in:
commit
ee2788bd74
1 changed files with 4 additions and 4 deletions
8
.github/workflows/stefflow.yml
vendored
8
.github/workflows/stefflow.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
||||||
pytest --verbose --cov=. --cov-report=html
|
pytest --verbose --cov=. --cov-report=html
|
||||||
|
|
||||||
- name: "⬆️ Upload coverage"
|
- name: "⬆️ Upload coverage"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "code-coverage-report"
|
name: "code-coverage-report"
|
||||||
path: htmlcov
|
path: htmlcov
|
||||||
|
@ -110,13 +110,13 @@ jobs:
|
||||||
run: poetry build --no-interaction
|
run: poetry build --no-interaction
|
||||||
|
|
||||||
- name: "⬆️ Upload code package as artifact"
|
- name: "⬆️ Upload code package as artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "package.tar.gz"
|
name: "package.tar.gz"
|
||||||
path: dist/*.tar.gz
|
path: dist/*.tar.gz
|
||||||
|
|
||||||
- name: "⬆️ Upload wheel package as artifact"
|
- name: "⬆️ Upload wheel package as artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "package.whl"
|
name: "package.whl"
|
||||||
path: dist/*.whl
|
path: dist/*.whl
|
||||||
|
@ -153,7 +153,7 @@ jobs:
|
||||||
make html
|
make html
|
||||||
|
|
||||||
- name: "⬆️ Upload docs artifact"
|
- name: "⬆️ Upload docs artifact"
|
||||||
uses: actions/upload-artifact@v2.3.1
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "documentation"
|
name: "documentation"
|
||||||
path: "docs/build/html/"
|
path: "docs/build/html/"
|
||||||
|
|
Loading…
Reference in a new issue