We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e96f8d commit 8d130cdCopy full SHA for 8d130cd
1 file changed
.github/workflows/wheels.yml
@@ -105,6 +105,11 @@ jobs:
105
name: Upload wheels to PyPI
106
needs: [linux-x86-wheels, linux-aarch-wheels, osx-wheels, windows-wheels]
107
runs-on: ubuntu-latest
108
+ environment:
109
+ name: pypi
110
+ url: https://pypi.org/p/kmedoids
111
+ permissions:
112
+ id-token: write
113
steps:
114
- name: Collect artifacts
115
uses: actions/download-artifact@v3
@@ -117,8 +122,6 @@ jobs:
117
122
- name: Publish to PyPI
118
123
uses: pypa/gh-action-pypi-publish@release/v1
119
124
with:
120
- user: __token__
121
- password: ${{ secrets.PYPI_TOKEN }}
125
packages_dir: wheels/
126
skip_existing: true
127
verbose: true
0 commit comments