Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
yas-nyan committed Jul 14, 2022
1 parent bedf54e commit ea9d3aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,18 @@ jobs:
- name: Add Poetry Plugin
# poetry plugin add poetry-version-plugin
run: |
pip install poetry-version-plugin
poetry plugin add poetry-version-plugin
- name: PyPI Settings
run: |
poetry config pypi-token.pypi ${{secrets.PYPI_TOKEN}}
- name: Build Poetry
- name: Git tag
run: |
git tag v${{ github.event.inputs.version }}
- name: Poetry build
run: |
poetry build
- name: Poetry publish
run: |
poetry publish
- name: Create Release
id: create_release
Expand Down

0 comments on commit ea9d3aa

Please sign in to comment.