Skip to content

Commit 19aa095

Browse files
committed
...
1 parent 0b14e11 commit 19aa095

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/release.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,22 @@ jobs:
6262
path: wheelhouse
6363
if-no-files-found: error
6464

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

0 commit comments

Comments
 (0)