id,seq,job,job_label,repo,repo_label,uses,name,with,run,env,if 136814,1,27456,test,611552758,apple-notes-to-sqlite,actions/checkout@v3,,,,, 136815,2,27456,test,611552758,apple-notes-to-sqlite,actions/setup-python@v4,Set up Python ${{ matrix.python-version }},"{""python-version"": ""${{ matrix.python-version }}"", ""cache"": ""pip"", ""cache-dependency-path"": ""setup.py""}",,, 136816,3,27456,test,611552758,apple-notes-to-sqlite,,Install dependencies,,"pip install '.[test]' ",, 136817,4,27456,test,611552758,apple-notes-to-sqlite,,Run tests,,"pytest ",, 136818,1,27457,deploy,611552758,apple-notes-to-sqlite,actions/checkout@v3,,,,, 136819,2,27457,deploy,611552758,apple-notes-to-sqlite,actions/setup-python@v4,Set up Python,"{""python-version"": ""3.11"", ""cache"": ""pip"", ""cache-dependency-path"": ""setup.py""}",,, 136820,3,27457,deploy,611552758,apple-notes-to-sqlite,,Install dependencies,,"pip install setuptools wheel twine build ",, 136821,4,27457,deploy,611552758,apple-notes-to-sqlite,,Publish,,"python -m build twine upload dist/* ","{""TWINE_USERNAME"": ""__token__"", ""TWINE_PASSWORD"": ""${{ secrets.PYPI_TOKEN }}""}", 136822,1,27458,test,611552758,apple-notes-to-sqlite,actions/checkout@v3,,,,, 136823,2,27458,test,611552758,apple-notes-to-sqlite,actions/setup-python@v4,Set up Python ${{ matrix.python-version }},"{""python-version"": ""${{ matrix.python-version }}"", ""cache"": ""pip"", ""cache-dependency-path"": ""setup.py""}",,, 136824,3,27458,test,611552758,apple-notes-to-sqlite,,Install dependencies,,"pip install '.[test]' ",, 136825,4,27458,test,611552758,apple-notes-to-sqlite,,Run tests,,"pytest ",, 136826,5,27458,test,611552758,apple-notes-to-sqlite,,Check if README is up-to-date,,"cog --check README.md ",,