File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments