File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -237,26 +237,26 @@ jobs:
237237 # path: ./quaddtype/wheelhouse/*.whl
238238 # name: wheels-windows-${{ matrix.architecture }}
239239
240- publish_to_pypi :
241- name : Publish to PyPI
242- needs : [build_wheels_linux, build_wheels_macos, build_wheels_windows]
243- runs-on : ubuntu-latest
244- if : startsWith(github.ref, 'refs/tags/quaddtype-v')
240+ # publish_to_pypi:
241+ # name: Publish to PyPI
242+ # needs: [build_wheels_linux, build_wheels_macos, build_wheels_windows]
243+ # runs-on: ubuntu-latest
244+ # if: startsWith(github.ref, 'refs/tags/quaddtype-v')
245245
246- environment :
247- name : quadtype_release
248- url : https://pypi.org/p/numpy-quaddtype
246+ # environment:
247+ # name: quadtype_release
248+ # url: https://pypi.org/p/numpy-quaddtype
249249
250- permissions :
251- id-token : write # IMPORTANT: mandatory for trusted publishing
250+ # permissions:
251+ # id-token: write # IMPORTANT: mandatory for trusted publishing
252252
253- steps :
254- - name : Download all workflow run artifacts
255- uses : actions/download-artifact@v4
256- with :
257- path : dist
253+ # steps:
254+ # - name: Download all workflow run artifacts
255+ # uses: actions/download-artifact@v4
256+ # with:
257+ # path: dist
258258
259- - name : Publish to PyPI
260- uses : pypa/gh-action-pypi-publish@release/v1
261- with :
262- packages-dir : dist/*
259+ # - name: Publish to PyPI
260+ # uses: pypa/gh-action-pypi-publish@release/v1
261+ # with:
262+ # packages-dir: dist/*
You can’t perform that action at this time.
0 commit comments