File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 62
62
- name : Run tests
63
63
run : python -m tox -e flake8 -- --onlyfuzz --no-cov -n auto
64
64
65
- check_release :
66
- runs-on : ubuntu-latest
67
- strategy :
68
- fail-fast : false
69
- steps :
70
- - uses : actions/checkout@v4
71
- - name : Set up Python 3
72
- uses : actions/setup-python@v5
73
- - name : Test changelog & version
74
- run : python tests/check_changelog_and_version.py
75
-
76
65
release :
77
66
runs-on : ubuntu-latest
78
- needs : [pyright, test, check_release ]
67
+ needs : [pyright, test]
79
68
if : github.repository == 'python-trio/flake8-async' && github.ref == 'refs/heads/main'
80
69
steps :
81
70
- uses : actions/checkout@v4
88
77
TWINE_USERNAME : __token__
89
78
TWINE_PASSWORD : ${{ secrets.TWINE_PASSWORD }}
90
79
run : |
80
+ python tests/check_changelog_and_version.py --ensure-tag
91
81
python -m build && twine upload --skip-existing dist/*
You can’t perform that action at this time.
0 commit comments