steps
12 rows where repo = 213286752
This data as json, CSV (advanced)
Suggested facets: seq, job, uses, name, with, run
| id ▼ | seq | job | repo | uses | name | with | run | env | if |
|---|---|---|---|---|---|---|---|---|---|
| 138760 | 1 | test 27848 | pocket-to-sqlite 213286752 | actions/checkout@v3 | |||||
| 138761 | 2 | test 27848 | pocket-to-sqlite 213286752 | actions/setup-python@v4 | Set up Python ${{ matrix.python-version }} | {
"python-version": "${{ matrix.python-version }}",
"cache": "pip",
"cache-dependency-path": "pyproject.toml"
} |
|||
| 138762 | 3 | test 27848 | pocket-to-sqlite 213286752 | Install dependencies | pip install '.[test]' | ||||
| 138763 | 4 | test 27848 | pocket-to-sqlite 213286752 | Run tests | pytest | ||||
| 138764 | 1 | deploy 27849 | pocket-to-sqlite 213286752 | actions/checkout@v3 | |||||
| 138765 | 2 | deploy 27849 | pocket-to-sqlite 213286752 | actions/setup-python@v4 | Set up Python | {
"python-version": "3.11",
"cache": "pip",
"cache-dependency-path": "pyproject.toml"
} |
|||
| 138766 | 3 | deploy 27849 | pocket-to-sqlite 213286752 | Install dependencies | pip install setuptools wheel twine build | ||||
| 138767 | 4 | deploy 27849 | pocket-to-sqlite 213286752 | Publish | python -m build twine upload dist/* | {
"TWINE_USERNAME": "__token__",
"TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"
} |
|||
| 138768 | 1 | test 27850 | pocket-to-sqlite 213286752 | actions/checkout@v3 | |||||
| 138769 | 2 | test 27850 | pocket-to-sqlite 213286752 | actions/setup-python@v4 | Set up Python ${{ matrix.python-version }} | {
"python-version": "${{ matrix.python-version }}",
"cache": "pip",
"cache-dependency-path": "pyproject.toml"
} |
|||
| 138770 | 3 | test 27850 | pocket-to-sqlite 213286752 | Install dependencies | pip install '.[test]' | ||||
| 138771 | 4 | test 27850 | pocket-to-sqlite 213286752 | Run tests | pytest |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [steps] (
[id] INTEGER PRIMARY KEY,
[seq] INTEGER,
[job] INTEGER REFERENCES [jobs]([id]),
[repo] INTEGER REFERENCES [repos]([id]),
[uses] TEXT,
[name] TEXT,
[with] TEXT,
[run] TEXT
, [env] TEXT, [if] TEXT);
CREATE INDEX [idx_steps_repo]
ON [steps] ([repo]);
CREATE INDEX [idx_steps_job]
ON [steps] ([job]);