File tree Expand file tree Collapse file tree 1 file changed +23
-19
lines changed Expand file tree Collapse file tree 1 file changed +23
-19
lines changed Original file line number Diff line number Diff line change @@ -63,22 +63,26 @@ jobs:
63
63
if-no-files-found : error
64
64
overwrite : true
65
65
66
- upload_pypi :
67
- needs : [ build_wheels_and_sdist ]
68
- runs-on : ubuntu-20.04
69
- environment :
70
- name : pypi
71
- url : https://pypi.org/p/polyagamma
72
- permissions :
73
- id-token : write
74
- steps :
75
- - name : Pull built wheels and sdist
76
- uses : actions/download-artifact@v3
77
- with :
78
- name : wheels_and_sdist
79
- path : wheelhouse
80
-
81
- - name : Publish to PyPI
82
- uses : pypa/gh-action-pypi-publish@release/v1
83
- with :
84
- packages_dir : wheelhouse
66
+ # upload_pypi:
67
+ # needs: [ build_wheels_and_sdist ]
68
+ # runs-on: ubuntu-20.04
69
+ # environment:
70
+ # name: pypi
71
+ # url: https://pypi.org/p/polyagamma
72
+ # permissions:
73
+ # id-token: write
74
+ # steps:
75
+ # - name: Pull built wheels and sdist
76
+ # uses: actions/download-artifact@v4
77
+ # with:
78
+ # path: wheelhouse
79
+ # pattern: wheels_and_sdist-*
80
+ # merge-multiple: true
81
+ #
82
+ # - name: Display structure of downloaded files
83
+ # run: ls -R wheelhouse
84
+ #
85
+ # - name: Publish to PyPI
86
+ # uses: pypa/gh-action-pypi-publish@release/v1
87
+ # with:
88
+ # packages_dir: wheelhouse
You can’t perform that action at this time.
0 commit comments