File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- python-version : [ 3.12 ]
10+ python-version : [ 3.8 ]
1111 steps :
1212 - name : Set up Python ${{ matrix.python-version }}
1313 uses : actions/setup-python@v4
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
4545 steps :
4646 - name : Download all the dists
4747 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : [ 3.12 ]
14+ python-version : [ 3.8 ]
1515 steps :
1616 - name : Set up Python ${{ matrix.python-version }}
1717 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 11[package ]
22name = " iroha-python"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
You can’t perform that action at this time.
0 commit comments