We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac053e4 commit 28da643Copy full SHA for 28da643
.github/workflows/publish.yml
@@ -44,13 +44,7 @@ jobs:
44
45
- id: update-version-number-in-toml
46
run: |
47
- sed -i "s/version = \".*\"/version = \"$VERSION\"/g" pyproject.toml
48
-
49
- - id: update-lock-file
50
- run: |
51
- curl -sSL https://install.python-poetry.org \
52
- | python3 - --version ${{ env.POETRY_VERSION }};
53
- poetry lock --no-update
+ sed -i '/^\[tool.poetry\]/,/^\[/{s/version = ".*"/version = "'"$VERSION"'"/}' pyproject.toml
54
55
- id: build-package
56
0 commit comments