Skip to content

Commit 9fe87e7

Browse files
BAStos525SamHSmith
authored andcommitted
Setup pypi publishing
Signed-off-by: BAStos525 <[email protected]>
1 parent 03c21c9 commit 9fe87e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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
@@ -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
4545
steps:
4646
- name: Download all the dists
4747
uses: actions/download-artifact@v4

.github/workflows/pr-pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroha-python"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)