Skip to content

Commit

Permalink
new poetry available
Browse files Browse the repository at this point in the history
  • Loading branch information
haarcuba committed Aug 23, 2023
1 parent b35d486 commit b8141c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- run: ls
- name: install poetry
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
run: curl -sSL https://install.python-poetry.org | python -
- run: poetry run pip install twine
- run: rm -fr dist/
- run: poetry build -f wheel
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: check out our code
uses: actions/checkout@v3
- name: install poetry
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
run: curl -sSL https://install.python-poetry.org | python -
- name: install testix
run: poetry install
- name: unit tests
Expand All @@ -19,7 +19,7 @@ jobs:
- name: check out our code
uses: actions/checkout@v3
- name: install poetry
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
run: curl -sSL https://install.python-poetry.org | python -
- name: install testix
run: poetry install
- name: examples
Expand All @@ -30,7 +30,7 @@ jobs:
- name: check out our code
uses: actions/checkout@v3
- name: install poetry
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
run: curl -sSL https://install.python-poetry.org | python -
- name: build wheel
run: poetry build -f wheel
- name: archive wheel
Expand Down

0 comments on commit b8141c9

Please sign in to comment.