Skip to content

Commit

Permalink
feat: change release condition
Browse files Browse the repository at this point in the history
  • Loading branch information
toadharvard committed Feb 22, 2024
1 parent 50f12ee commit 0e86d5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
release:
types:
- created
- published

jobs:
publish:
Expand All @@ -27,9 +27,9 @@ jobs:
uses: abatilo/actions-poetry@v3
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Builc
poetry build
- name: Build
run: poetry build
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: dist/
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: dist/

0 comments on commit 0e86d5c

Please sign in to comment.