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 ddbb57d commit 6763b33Copy full SHA for 6763b33
.github/workflows/build.yml
@@ -218,13 +218,15 @@ jobs:
218
needs: [check_dist]
219
runs-on: ubuntu-latest
220
if: github.event_name == 'push' && github.repository == 'scikit-build/cmake-python-distributions' && startsWith(github.ref, 'refs/tags/')
221
+ environment:
222
+ name: pypi
223
+ url: https://pypi.org/p/cmake
224
+ permissions:
225
+ id-token: write
226
steps:
227
- uses: actions/download-artifact@v3
228
with:
229
name: artifact
230
path: dist
231
- - name: Upload to PyPI
- uses: pypa/gh-action-pypi-publish@release/v1
- with:
- password: ${{ secrets.PYPI_RELEASE_PASSWORD }}
232
+ - uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments