We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd21a8d commit bb6ae6aCopy full SHA for bb6ae6a
2 files changed
.github/workflows/release.yml
@@ -29,6 +29,7 @@ jobs:
29
run: |
30
python -m pip install --upgrade pip
31
pip install -e .[dev]
32
+ pip install build twine python-semantic-release
33
34
- name: Check if version bump is needed
35
id: release-check
.github/workflows/test-pr.yml
@@ -23,6 +23,7 @@ jobs:
23
24
25
26
27
28
- name: Run tests
run: pytest idtap/tests/ -m "not integration"
0 commit comments