Skip to content

Commit

Permalink
test pypi publishing
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Nov 18, 2024
1 parent 03c21c9 commit c800b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Iroha 2 main branch workflow
on:
push:
branches: [main]
branches: [main, i2/ci/pypi-publish]
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
name: pypi
url: https://pypi.org/project/iroha2/
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
id-token: write # ${{ secrets.PYPI_TOKEN }}
steps:
- name: Download all the dists
uses: actions/download-artifact@v4
Expand Down

0 comments on commit c800b76

Please sign in to comment.