Skip to content

Commit d545c11

Browse files
committed
...
1 parent 526c423 commit d545c11

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

.github/workflows/release.yml

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,26 @@ jobs:
6363
if-no-files-found: error
6464
overwrite: true
6565

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

0 commit comments

Comments
 (0)