steps
18 rows where repo = 206156866
This data as json, CSV (advanced)
Suggested facets: seq, job, uses, name, run
with 4 ✖
- {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"} 2
- {"python-version": "${{ matrix.python-version }}"} 2
- {"path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n"} 1
- {"python-version": "3.9"} 1
id ▼ | seq | job | repo | uses | name | with | run | env | if |
---|---|---|---|---|---|---|---|---|---|
107767 | 1 | test 21649 | twitter-to-sqlite 206156866 | actions/checkout@v2 | |||||
107768 | 2 | test 21649 | twitter-to-sqlite 206156866 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | {"python-version": "${{ matrix.python-version }}"} | |||
107769 | 3 | test 21649 | twitter-to-sqlite 206156866 | actions/cache@v2 | Configure pip caching | {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"} | |||
107770 | 4 | test 21649 | twitter-to-sqlite 206156866 | Install dependencies | pip install -e '.[test]' | ||||
107771 | 5 | test 21649 | twitter-to-sqlite 206156866 | Run tests | pytest | ||||
107772 | 1 | deploy 21650 | twitter-to-sqlite 206156866 | actions/checkout@v2 | |||||
107773 | 2 | deploy 21650 | twitter-to-sqlite 206156866 | actions/setup-python@v2 | Set up Python | {"python-version": "3.9"} | |||
107774 | 3 | deploy 21650 | twitter-to-sqlite 206156866 | actions/cache@v2 | Configure pip caching | {"path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n"} | |||
107775 | 4 | deploy 21650 | twitter-to-sqlite 206156866 | Install dependencies | pip install setuptools wheel twine | ||||
107776 | 5 | deploy 21650 | twitter-to-sqlite 206156866 | Publish | python setup.py sdist bdist_wheel twine upload dist/* | {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"} | |||
107777 | 1 | build 21651 | twitter-to-sqlite 206156866 | actions/checkout@v2 | Check out repo | ||||
107778 | 2 | build 21651 | twitter-to-sqlite 206156866 | Update TOC | npx markdown-toc README.md -i | ||||
107779 | 3 | build 21651 | twitter-to-sqlite 206156866 | Commit and push if README changed | git diff git config --global user.email "readme-bot@example.com" git config --global user.name "README-bot" git diff --quiet || (git add README.md && git commit -m "Updated README") git push | ||||
107780 | 1 | test 21652 | twitter-to-sqlite 206156866 | actions/checkout@v2 | |||||
107781 | 2 | test 21652 | twitter-to-sqlite 206156866 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | {"python-version": "${{ matrix.python-version }}"} | |||
107782 | 3 | test 21652 | twitter-to-sqlite 206156866 | actions/cache@v2 | Configure pip caching | {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"} | |||
107783 | 4 | test 21652 | twitter-to-sqlite 206156866 | Install dependencies | pip install -e '.[test]' | ||||
107784 | 5 | test 21652 | twitter-to-sqlite 206156866 | 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]);