Skip to content

Commit

Permalink
change publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jun 26, 2023
1 parent badf527 commit fa533bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ jobs:
python-version: 3.9

- name: Install Poetry
run: pip install poetry poetry-dynamic-versioning
run: pip install poetry

- name: Install dependencies
run: poetry install --no-interaction

- name: Build source and wheel archives
run: poetry build
run: |
poetry version $(git describe --tags --abbrev=0)
poetry build
- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected]
Expand Down

0 comments on commit fa533bc

Please sign in to comment.