We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7314086 commit 06e8322Copy full SHA for 06e8322
1 file changed
.github/workflows/ci.yml
@@ -264,6 +264,13 @@ jobs:
264
265
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
266
267
+ environment:
268
+ name: pypi
269
+ url: https://pypi.org/p/alsa-midi
270
+
271
+ permissions:
272
+ id-token: write
273
274
needs:
275
- build-pure
276
- build-manylinux_2_12_x86_64
@@ -288,8 +295,3 @@ jobs:
288
295
289
296
- name: Publish package to PyPI
290
297
uses: pypa/gh-action-pypi-publish@release/v1
291
- with:
292
- user: __token__
293
- password: ${{ secrets.PYPI_API_TOKEN }}
294
- # password: ${{ secrets.TEST_PYPI_API_TOKEN }}
- # repository_url: https://test.pypi.org/legacy/
0 commit comments