Skip to content

Commit 2701d46

Browse files
committed
test: temporarily disable PyPI publish to test MCP registry step
1 parent f30cc97 commit 2701d46

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,14 @@
219219
with:
220220
subject-path: 'dist/*'
221221

222-
- name: ⚙️ Publish to PyPI
223-
if: ${{ !inputs.dry_run }}
224-
uses: pypa/gh-action-pypi-publish@release/v1
225-
with:
226-
repository-url: ${{ github.event.inputs.environment == 'testpypi' && 'https://test.pypi.org/legacy/' || '' }}
227-
print-hash: true
228-
attestations: true
222+
# TEMPORARY: Commented out for testing MCP publish
223+
# - name: ⚙️ Publish to PyPI
224+
# if: ${{ !inputs.dry_run }}
225+
# uses: pypa/gh-action-pypi-publish@release/v1
226+
# with:
227+
# repository-url: ${{ github.event.inputs.environment == 'testpypi' && 'https://test.pypi.org/legacy/' || '' }}
228+
# print-hash: true
229+
# attestations: true
229230

230231
- name: ⚙️ Dry run - Package ready for publishing
231232
if: ${{ inputs.dry_run }}

0 commit comments

Comments
 (0)