id,seq,job,job_label,repo,repo_label,uses,name,with,run,env,if 138653,1,27827,test,611552758,apple-notes-to-sqlite,actions/checkout@v3,,,,, 138654,2,27827,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""}",,, 138655,3,27827,test,611552758,apple-notes-to-sqlite,,Install dependencies,,"pip install '.[test]' ",, 138656,4,27827,test,611552758,apple-notes-to-sqlite,,Run tests,,"pytest ",, 138657,1,27828,deploy,611552758,apple-notes-to-sqlite,actions/checkout@v3,,,,, 138658,2,27828,deploy,611552758,apple-notes-to-sqlite,actions/setup-python@v4,Set up Python,"{""python-version"": ""3.11"", ""cache"": ""pip"", ""cache-dependency-path"": ""setup.py""}",,, 138659,3,27828,deploy,611552758,apple-notes-to-sqlite,,Install dependencies,,"pip install setuptools wheel twine build ",, 138660,4,27828,deploy,611552758,apple-notes-to-sqlite,,Publish,,"python -m build twine upload dist/* ","{""TWINE_USERNAME"": ""__token__"", ""TWINE_PASSWORD"": ""${{ secrets.PYPI_TOKEN }}""}", 138661,1,27829,test,611552758,apple-notes-to-sqlite,actions/checkout@v3,,,,, 138662,2,27829,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""}",,, 138663,3,27829,test,611552758,apple-notes-to-sqlite,,Install dependencies,,"pip install '.[test]' ",, 138664,4,27829,test,611552758,apple-notes-to-sqlite,,Run tests,,"pytest ",, 138665,5,27829,test,611552758,apple-notes-to-sqlite,,Check if README is up-to-date,,"cog --check README.md ",,