Skip to content

Commit 9c3a592

Browse files
authored
#530/#553: Fix python-environment and additional tag in release:trigger (#554)
fixes #530: Nox task `release:trigger` also creates `v*` tag fixes #553: Use Local copy of poetry installer
1 parent 08c6536 commit 9c3a592

File tree

26 files changed

+1185
-54
lines changed

26 files changed

+1185
-54
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
poetry.lock linguist-generated=true
22
exasol/toolbox/version.py linguist-generated=true
33
doc/changes/changelog.md linguist-generated=true
4+
.github/actions/python-environment/ext/get_poetry.py linguist-generated=true

.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.action_path }}/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)