Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSebClark committed Aug 22, 2023
1 parent 1c0e279 commit d054f3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install Poetry
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
- name: Add Poetry to path
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
run: pip install poetry
- name: Install dynamic versioning
run: poetry self add "poetry-dynamic-versioning[plugin]"
- run: poetry install
Expand Down

0 comments on commit d054f3a

Please sign in to comment.