Skip to content

Commit c800b76

Browse files
committed
test pypi publishing
Signed-off-by: BAStos525 <[email protected]>
1 parent 03c21c9 commit c800b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Iroha 2 main branch workflow
22
on:
33
push:
4-
branches: [main]
4+
branches: [main, i2/ci/pypi-publish]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
@@ -41,7 +41,7 @@ jobs:
4141
name: pypi
4242
url: https://pypi.org/project/iroha2/
4343
permissions:
44-
id-token: write # IMPORTANT: mandatory for trusted publishing
44+
id-token: write # ${{ secrets.PYPI_TOKEN }}
4545
steps:
4646
- name: Download all the dists
4747
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)