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 34cd3c5 commit 595d58bCopy full SHA for 595d58b
.github/workflows/package-publish.yml
@@ -11,7 +11,11 @@ permissions:
11
jobs:
12
deploy_pypi:
13
runs-on: ubuntu-latest
14
- environment: prod
+ environment:
15
+ name: prod
16
+ url: https://pypi.org/p/hhd
17
+ permissions:
18
+ id-token: write
19
20
steps:
21
- uses: actions/checkout@v3
@@ -32,9 +36,6 @@ jobs:
32
36
run: python -m build -s
33
37
- name: Publish package
34
38
uses: pypa/gh-action-pypi-publish@release/v1
35
- with:
- user: __token__
- password: ${{ secrets.PYPI_API_TOKEN }}
39
40
deploy_aur:
41
.github/workflows/publish-pipy.yml
0 commit comments