File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -303,27 +303,27 @@ jobs:
303303 print('Asset validation passed')
304304 "
305305
306- publish :
307- name : Publish to PyPI
308- runs-on : ubuntu-latest
309- needs : [build_wheels, test_wheels]
310- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
311- environment :
312- name : pypi
313- url : https://pypi.org/p/pyhelios
314- permissions :
315- id-token : write # Required for trusted publishing
316-
317- steps :
318- - name : Download all wheels
319- uses : actions/download-artifact@v4
320- with :
321- pattern : wheels-*
322- merge-multiple : true
323- path : wheelhouse
324-
325- - name : Publish to PyPI
326- uses : pypa/gh-action-pypi-publish@release/v1
327- with :
328- packages-dir : wheelhouse/
329- verify-metadata : false # Skip metadata verification due to dynamic versioning
306+ # publish:
307+ # name: Publish to PyPI
308+ # runs-on: ubuntu-latest
309+ # needs: [build_wheels, test_wheels]
310+ # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
311+ # environment:
312+ # name: pypi
313+ # url: https://pypi.org/p/pyhelios
314+ # permissions:
315+ # id-token: write # Required for trusted publishing
316+ #
317+ # steps:
318+ # - name: Download all wheels
319+ # uses: actions/download-artifact@v4
320+ # with:
321+ # pattern: wheels-*
322+ # merge-multiple: true
323+ # path: wheelhouse
324+ #
325+ # - name: Publish to PyPI
326+ # uses: pypa/gh-action-pypi-publish@release/v1
327+ # with:
328+ # packages-dir: wheelhouse/
329+ # verify-metadata: false # Skip metadata verification due to dynamic versioning
You can’t perform that action at this time.
0 commit comments