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 c800b76 commit c0e2fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.12 ]
python-version: [ 3.18 ]
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
name: pypi
url: https://pypi.org/project/iroha2/
permissions:
id-token: write # ${{ secrets.PYPI_TOKEN }}
id-token: write
steps:
- name: Download all the dists
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ features = ["pyo3/extension-module"]

[tool.poetry]
name = "iroha-python"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["Aleksandr Strokov <[email protected]>"]

Expand Down

0 comments on commit c0e2fb1

Please sign in to comment.