Skip to content

Commit

Permalink
fix: install poetry-dynamic-versioning, update README
Browse files Browse the repository at this point in the history
* README needs additional instructions since poetry's an extra now
  • Loading branch information
chadac committed Jun 1, 2024
1 parent 7b4d247 commit 737d3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
pip install pipx
pipx install poetry
poetry self add poetry-dynamic-versioning[plugin]
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ automatically redirected to the proxy as well.
Start by installing Poetry with pipx:

pipx install poetry
pipx runpip poetry install poetry-plugin-pypi-proxy
poetry self add poetry-plugin-pypi-proxy[plugin]

If you have already installed poetry, you only need to run the second command.

Expand Down

0 comments on commit 737d3e5

Please sign in to comment.