steps
12 rows where repo = 205429375
This data as json, CSV (advanced)
Suggested facets: seq, job, uses, name, with, run
id ▼ | seq | job | repo | uses | name | with | run | env | if |
---|---|---|---|---|---|---|---|---|---|
136933 | 1 | test 27480 | swarm-to-sqlite 205429375 | actions/checkout@v3 | |||||
136934 | 2 | test 27480 | swarm-to-sqlite 205429375 | actions/setup-python@v4 | Set up Python ${{ matrix.python-version }} | {"python-version": "${{ matrix.python-version }}", "cache": "pip", "cache-dependency-path": "setup.py"} | |||
136935 | 3 | test 27480 | swarm-to-sqlite 205429375 | Install dependencies | pip install -e '.[test]' | ||||
136936 | 4 | test 27480 | swarm-to-sqlite 205429375 | Run tests | pytest | ||||
136937 | 1 | deploy 27481 | swarm-to-sqlite 205429375 | actions/checkout@v3 | |||||
136938 | 2 | deploy 27481 | swarm-to-sqlite 205429375 | actions/setup-python@v4 | Set up Python | {"python-version": "3.11", "cache": "pip", "cache-dependency-path": "setup.py"} | |||
136939 | 3 | deploy 27481 | swarm-to-sqlite 205429375 | Install dependencies | pip install setuptools wheel twine | ||||
136940 | 4 | deploy 27481 | swarm-to-sqlite 205429375 | Publish | python setup.py sdist bdist_wheel twine upload dist/* | {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"} | |||
136941 | 1 | test 27482 | swarm-to-sqlite 205429375 | actions/checkout@v3 | |||||
136942 | 2 | test 27482 | swarm-to-sqlite 205429375 | actions/setup-python@v4 | Set up Python ${{ matrix.python-version }} | {"python-version": "${{ matrix.python-version }}", "cache": "pip", "cache-dependency-path": "setup.py"} | |||
136943 | 3 | test 27482 | swarm-to-sqlite 205429375 | Install dependencies | pip install -e '.[test]' | ||||
136944 | 4 | test 27482 | swarm-to-sqlite 205429375 | 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]);