Skip to content

Commit bc294a2

Browse files
committed
#530: Nox task release:trigger also creates v* tag
#553: Use Local copy of poetry installer
1 parent 08c6536 commit bc294a2

File tree

7 files changed

+974
-1
lines changed

7 files changed

+974
-1
lines changed

.github/actions/python-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
- name: Set up Poetry (${{ inputs.poetry-version }})
4646
shell: bash
4747
run: |
48-
wget --tries=10 --waitretry 10 --retry-connrefused --https-only -O - https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
48+
POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" ./github/actions/python-environment/ext/get_poetry.py
4949
echo "$HOME/.local/bin" >> $GITHUB_PATH
5050
env:
5151
PYTHON_BINARY: "python${{ inputs.python-version }}"

0 commit comments

Comments
 (0)