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 743ef93 commit 6a03870Copy full SHA for 6a03870
.github/workflows/tripy-release.yml
@@ -21,6 +21,10 @@ concurrency:
21
jobs:
22
build-and-release:
23
runs-on: tripy-self-hosted
24
+ permissions:
25
+ # IMPORTANT: this permission is mandatory for trusted publishing
26
+ id-token: write
27
+
28
environment:
29
name: github-pages
30
url: ${{ steps.deployment.outputs.page_url }}
@@ -57,6 +61,11 @@ jobs:
57
61
files: /tripy/dist/tripy-*.whl
58
62
fail_on_unmatched_files: true
59
63
64
+ - name: Publish To PyPI
65
+ uses: pypa/gh-action-pypi-publish@release/v1
66
+ with:
67
+ packages-dir: /tripy/dist/
68
60
69
- uses: actions/configure-pages@v5
70
71
- uses: actions/upload-pages-artifact@v3
0 commit comments