Skip to content

Commit fa533bc

Browse files
committed
change publishing workflow
1 parent badf527 commit fa533bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ jobs:
1919
python-version: 3.9
2020

2121
- name: Install Poetry
22-
run: pip install poetry poetry-dynamic-versioning
22+
run: pip install poetry
2323

2424
- name: Install dependencies
2525
run: poetry install --no-interaction
2626

2727
- name: Build source and wheel archives
28-
run: poetry build
28+
run: |
29+
poetry version $(git describe --tags --abbrev=0)
30+
poetry build
2931
3032
- name: Publish distribution 📦 to PyPI
3133
uses: pypa/[email protected]

0 commit comments

Comments
 (0)