Skip to content

Commit cc036ea

Browse files
committed
disable pypi publish
1 parent 29313a0 commit cc036ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- name: Check the output
4545
run: uv run twine check --strict dist/*
4646

47-
- name: Publish to PyPI
48-
uses: pypa/gh-action-pypi-publish@release/v1
47+
# - name: Publish to PyPI
48+
# uses: pypa/gh-action-pypi-publish@release/v1
4949

5050
- name: Post webhook for failure
5151
if: failure()

0 commit comments

Comments
 (0)