Skip to content

Commit 27ad778

Browse files
committed
chore: restore PyPI publish step after MCP publish step testing
1 parent 2701d46 commit 27ad778

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/release.yml

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

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
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
230229

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

0 commit comments

Comments
 (0)