id,seq,job,job_label,repo,repo_label,uses,name,with,run,env,if 136891,1,27471,test,248903544,hacker-news-to-sqlite,actions/checkout@v2,,,,, 136892,2,27471,test,248903544,hacker-news-to-sqlite,actions/setup-python@v2,Set up Python ${{ matrix.python-version }},"{""python-version"": ""${{ matrix.python-version }}""}",,, 136893,3,27471,test,248903544,hacker-news-to-sqlite,actions/cache@v2,Configure pip caching,"{""path"": ""~/.cache/pip"", ""key"": ""${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}"", ""restore-keys"": ""${{ runner.os }}-pip-\n""}",,, 136894,4,27471,test,248903544,hacker-news-to-sqlite,,Install dependencies,,"pip install -e '.[test]' ",, 136895,5,27471,test,248903544,hacker-news-to-sqlite,,Run tests,,"pytest ",, 136896,1,27472,deploy,248903544,hacker-news-to-sqlite,actions/checkout@v2,,,,, 136897,2,27472,deploy,248903544,hacker-news-to-sqlite,actions/setup-python@v2,Set up Python,"{""python-version"": ""3.9""}",,, 136898,3,27472,deploy,248903544,hacker-news-to-sqlite,actions/cache@v2,Configure pip caching,"{""path"": ""~/.cache/pip"", ""key"": ""${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}"", ""restore-keys"": ""${{ runner.os }}-publish-pip-\n""}",,, 136899,4,27472,deploy,248903544,hacker-news-to-sqlite,,Install dependencies,,"pip install setuptools wheel twine ",, 136900,5,27472,deploy,248903544,hacker-news-to-sqlite,,Publish,,"python setup.py sdist bdist_wheel twine upload dist/* ","{""TWINE_USERNAME"": ""__token__"", ""TWINE_PASSWORD"": ""${{ secrets.PYPI_TOKEN }}""}", 136901,1,27473,test,248903544,hacker-news-to-sqlite,actions/checkout@v2,,,,, 136902,2,27473,test,248903544,hacker-news-to-sqlite,actions/setup-python@v2,Set up Python ${{ matrix.python-version }},"{""python-version"": ""${{ matrix.python-version }}""}",,, 136903,3,27473,test,248903544,hacker-news-to-sqlite,actions/cache@v2,Configure pip caching,"{""path"": ""~/.cache/pip"", ""key"": ""${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}"", ""restore-keys"": ""${{ runner.os }}-pip-\n""}",,, 136904,4,27473,test,248903544,hacker-news-to-sqlite,,Install dependencies,,"pip install -e '.[test]' ",, 136905,5,27473,test,248903544,hacker-news-to-sqlite,,Run tests,,"pytest ",,