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.
2 parents 273d45e + 218001d commit a680a3dCopy full SHA for a680a3d
.github/workflows/client_build.yml
@@ -7,8 +7,14 @@ on:
7
- main
8
workflow_dispatch:
9
jobs:
10
- call-workflow:
11
- uses: hearsaycorp/github-action-templates/.github/workflows/client_build.yaml@main
12
- with:
13
- repository_url: https://pypi.python.org/simple
14
- secrets: inherit
+ pypi-publish:
+ name: Upload release to PyPI
+ runs-on: ubuntu-latest
+ environment:
+ name: pypi
15
+ url: https://pypi.org/p/richenum
16
+ permissions:
17
+ id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
18
+ steps:
19
+ - name: Publish package distributions to PyPI
20
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments