Skip to content

Commit 5d6125e

Browse files
Fix pypi ci script
1 parent d3a3bd4 commit 5d6125e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pypi.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
uses: actions/setup-python@v2
2020
with:
2121
python-version: 3.7
22-
- name: Check Release Tag
23-
run: |
24-
python3 ci/check_version_number.py ${{ github.event.release.tag_name }}
2522
- name: Install Python Dependencies
2623
run: |
2724
pip install -U -r requirements.txt

0 commit comments

Comments
 (0)