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 @@ -62,22 +62,22 @@ jobs:
62
62
path : wheelhouse
63
63
if-no-files-found : error
64
64
65
- upload_pypi :
66
- needs : [ build_wheels_and_sdist ]
67
- runs-on : ubuntu-20.04
68
- environment :
69
- name : pypi
70
- url : https://pypi.org/p/polyagamma
71
- permissions :
72
- id-token : write
73
- steps :
74
- - name : Pull built wheels and sdist
75
- uses : actions/download-artifact@v3
76
- with :
77
- name : wheels_and_sdist
78
- path : wheelhouse
79
-
80
- - name : Publish to PyPI
81
- uses : pypa/gh-action-pypi-publish@release/v1
82
- with :
83
- packages_dir : wheelhouse
65
+ # upload_pypi:
66
+ # needs: [ build_wheels_and_sdist ]
67
+ # runs-on: ubuntu-20.04
68
+ # environment:
69
+ # name: pypi
70
+ # url: https://pypi.org/p/polyagamma
71
+ # permissions:
72
+ # id-token: write
73
+ # steps:
74
+ # - name: Pull built wheels and sdist
75
+ # uses: actions/download-artifact@v3
76
+ # with:
77
+ # name: wheels_and_sdist
78
+ # path: wheelhouse
79
+ #
80
+ # - name: Publish to PyPI
81
+ # uses: pypa/gh-action-pypi-publish@release/v1
82
+ # with:
83
+ # packages_dir: wheelhouse
You can’t perform that action at this time.
0 commit comments