We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972d1b3 commit 747c2a3Copy full SHA for 747c2a3
.github/workflows/main.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Install tox
69
run: |
70
python -m pip install tox
71
- - name: Run tests
+ - name: Run
72
run: tox
73
74
docs:
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
88
check: # This job does nothing and is only used for the branch protection
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
- - name: Release
121
run: tox -e release
122
env:
123
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
0 commit comments