Skip to content

Commit c5ed107

Browse files
authored
Remove version matching
Version are aligned by code design
1 parent 152317d commit c5ed107

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install jupyter_packaging~=0.7.9 jupyterlab~=3.0 packaging setuptools twine wheel
26-
- name: Test version are matching
27-
run: python -c "from release import assertEqualVersion; assertEqualVersion()"
2826
- name: Publish the Python package
2927
env:
3028
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)