Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use reusable workflows from pyTooling/Actions #31

Merged
merged 24 commits into from
Dec 1, 2021
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6568003
ci: add job Params, a reusable workflow from pyTooling/Actions
umarcor Nov 27, 2021
20fa560
ci/UnitTesting: use reusable workflow from pyTooling/Actions
umarcor Nov 27, 2021
6f4119f
ci/UnitTesting: generate XML reports and upload as artifacts
umarcor Nov 27, 2021
16d4909
ci/Coverage: use reusable workflow from pyTooling/Actions
umarcor Nov 27, 2021
b951a26
ci/StaticTypeCheck: use reusable workflow from pyTooling/Actions
umarcor Nov 27, 2021
03117d1
ci/Release: use reusable workflow from pyTooling/Actions
umarcor Nov 27, 2021
554fe5a
ci/Package: use reusable workflow from pyTooling/Actions
umarcor Nov 27, 2021
9e008cb
ci/PublishOnPyPI: use reusable workflow from pyTooling/Actions
umarcor Nov 27, 2021
d6317fe
ci/VerifyDocs: use reusable workflow from pyTooling/Actions
umarcor Nov 27, 2021
afd45f5
ci/BuildTheDocs: use reusable workflow from pyTooling/Actions
umarcor Nov 27, 2021
6d86c0d
ci/PublishToGitHubPages: use reusable workflow from pyTooling/Actions
umarcor Nov 27, 2021
f058a58
ci/ArtifactCleanUp: update
umarcor Nov 27, 2021
66db21e
ci: add 'workflow_dispatch' event
umarcor Nov 27, 2021
b7d07b4
ci: remove redundant default shell
umarcor Nov 27, 2021
18a22c1
requirements: bump pySVModel to v0.3.1
umarcor Nov 27, 2021
ccf8e22
ci: 'pyver' renamed to 'python_version'
umarcor Nov 29, 2021
f1e2a09
ci: pass jobs from Params to UnitTesting
umarcor Nov 29, 2021
82cc2f0
ci/StaticTypeCheck: option 'package' changed to 'mypy_args'
umarcor Nov 29, 2021
930f83e
ci/Params: override list of python versions
umarcor Nov 29, 2021
d7850ef
ci/Pipeline: update
umarcor Nov 29, 2021
84532c4
ci/ArtifactCleanUp: use reusable workflow from pyTooling/Actions
umarcor Nov 29, 2021
a2aa0ec
ci/Pipeline: change '@dev' to '@r0'
umarcor Nov 30, 2021
f92fdbb
ci/Pipeline: run Package unconditionally; Release needs Package
umarcor Nov 30, 2021
e7778f9
ci/ArtifactCleanUp: needs UnitTesting
umarcor Nov 30, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .btd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ requirements: requirements.txt
target: gh-pages
formats: [ html, pdf, man ]
images:
base: edaa/doc
base: btdi/sphinx:pytooling
latex: btdi/latex
theme: https://codeload.github.com/buildthedocs/sphinx.theme/tar.gz/v1
Loading