We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038762c commit 73ccb84Copy full SHA for 73ccb84
.github/workflows/release.yml
@@ -161,8 +161,15 @@ jobs:
161
publish:
162
needs: [build-sdist, build-wheels]
163
runs-on: ubuntu-latest
164
+
165
+ environment:
166
+ name: pypi
167
+ url: https://pypi.org/p/gel
168
permissions:
169
+ id-token: write
170
+ attestations: write
171
contents: write
172
+ deployments: write
173
174
steps:
175
- uses: actions/checkout@v3
@@ -208,7 +215,4 @@ jobs:
208
215
- name: Upload to PyPI
209
216
uses: pypa/gh-action-pypi-publish@release/v1
210
217
with:
211
- user: __token__
212
- password: ${{ secrets.PYPI_TOKEN }}
213
- # password: ${{ secrets.TEST_PYPI_TOKEN }}
214
- # repository_url: https://test.pypi.org/legacy/
218
+ attestations: true
0 commit comments