Skip to content

Commit e80d08d

Browse files
update publish.yml
1 parent c853cef commit e80d08d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
- name: Set up Python
1919
run: uv python install
2020

21-
- name: Check pypi versions
22-
uses: maybe-hello-world/pyproject-check-version@v4
23-
id: versioncheck
24-
with:
25-
pyproject-path: "./pyproject.toml"
26-
2721
- name: Publish to PyPI
2822
if: ${{ steps.versioncheck.outputs.local_version_is_higher == 'true' }}
2923
run: |

0 commit comments

Comments
 (0)