Skip to content

Commit cafbb56

Browse files
committed
Release workflow: Use poetry-dynamic-versioning cli
1 parent 2ed58ab commit cafbb56

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip wheel
3030
poetry install
31-
- name: Activate virtualenv
32-
# important, done so that it can get version via poetry-dynamic-versioning
33-
run: poetry shell
31+
- name: Get Version
32+
run: poetry-dynamic-versioning
3433
- name: Build and publish
3534
env:
3635
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)