Skip to content

Commit

Permalink
feat: implementing dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Khushiyant committed May 2, 2024
1 parent 8800efc commit 3888898
Show file tree
Hide file tree
Showing 4 changed files with 643 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install poetry
- name: Config poetry
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }} && poetry self add "poetry-dynamic-versioning[plugin]"
- name: Build and publish
run: |
poetry publish --build
Loading

0 comments on commit 3888898

Please sign in to comment.