Skip to content

Commit

Permalink
chore: Use poetry-version-plugin in cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ar90n committed Apr 23, 2022
1 parent 68529c2 commit 79ac27c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
curl -o /tmp/install-poetry.py -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py
python /tmp/install-poetry.py --yes --preview
poetry plugin add poetry-version-plugin
- name: Publish package
run: |
poetry publish --username=ar90n --password=${PYPI_PASSWORD} -n --build
Expand Down

0 comments on commit 79ac27c

Please sign in to comment.