Skip to content

Commit c0e2fb1

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.18 ]
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 # ${{ secrets.PYPI_TOKEN }}
44+
id-token: write
4545
steps:
4646
- name: Download all the dists
4747
uses: actions/download-artifact@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ features = ["pyo3/extension-module"]
1818

1919
[tool.poetry]
2020
name = "iroha-python"
21-
version = "0.1.0"
21+
version = "0.1.1"
2222
description = ""
2323
authors = ["Aleksandr Strokov <[email protected]>"]
2424

0 commit comments

Comments
 (0)