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 89b1a02 commit d07caf4Copy full SHA for d07caf4
.github/workflows/build.yml
@@ -161,6 +161,11 @@ jobs:
161
needs: [check_dist]
162
runs-on: ubuntu-latest
163
if: github.event_name == 'push' && github.repository == 'scikit-build/ninja-python-distributions' && startsWith(github.ref, 'refs/tags/')
164
+ environment:
165
+ name: pypi
166
+ url: https://pypi.org/p/ninja
167
+ permissions:
168
+ id-token: write
169
steps:
170
- uses: actions/download-artifact@v3
171
with:
@@ -169,6 +174,3 @@ jobs:
174
175
- name: Upload to PyPI
176
uses: pypa/gh-action-pypi-publish@release/v1
172
- with:
173
- user: __token__
- password: ${{ secrets.PYPI_RELEASE_PASSWORD }}
0 commit comments