We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c800b76 commit c0e2fb1Copy full SHA for c0e2fb1
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- python-version: [ 3.12 ]
+ python-version: [ 3.18 ]
11
steps:
12
- name: Set up Python ${{ matrix.python-version }}
13
uses: actions/setup-python@v4
@@ -41,7 +41,7 @@ jobs:
41
name: pypi
42
url: https://pypi.org/project/iroha2/
43
permissions:
44
- id-token: write # ${{ secrets.PYPI_TOKEN }}
+ id-token: write
45
46
- name: Download all the dists
47
uses: actions/download-artifact@v4
pyproject.toml
@@ -18,7 +18,7 @@ features = ["pyo3/extension-module"]
18
19
[tool.poetry]
20
name = "iroha-python"
21
-version = "0.1.0"
+version = "0.1.1"
22
description = ""
23
authors = ["Aleksandr Strokov <[email protected]>"]
24
0 commit comments