We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41b9b5 commit cc2eef5Copy full SHA for cc2eef5
1 file changed
.github/workflows/publish.yml
@@ -37,11 +37,11 @@ jobs:
37
echo "VERSION=$VERSION" >> $GITHUB_ENV
38
echo "Version read: $VERSION"
39
40
- # 5. Optionally run tests
41
- - name: Run tests
42
- run: |
43
- python -m pip install -e .[dev]
44
- pytest tests
+ # # 5. Optionally run tests
+ # - name: Run tests
+ # run: |
+ # python -m pip install -e .[dev]
+ # pytest tests
45
46
# 6. Create release & tag via GH CLI
47
- name: Create release (auto-tag)
0 commit comments