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 03c21c9 commit c800b76Copy full SHA for c800b76
.github/workflows/main.yml
@@ -1,7 +1,7 @@
1
name: Iroha 2 main branch workflow
2
on:
3
push:
4
- branches: [main]
+ branches: [main, i2/ci/pypi-publish]
5
jobs:
6
build:
7
runs-on: ubuntu-latest
@@ -41,7 +41,7 @@ jobs:
41
name: pypi
42
url: https://pypi.org/project/iroha2/
43
permissions:
44
- id-token: write # IMPORTANT: mandatory for trusted publishing
+ id-token: write # ${{ secrets.PYPI_TOKEN }}
45
steps:
46
- name: Download all the dists
47
uses: actions/download-artifact@v4
0 commit comments