Skip to content

Commit

Permalink
fix: fix publish condition
Browse files Browse the repository at this point in the history
  • Loading branch information
toadharvard committed Feb 22, 2024
1 parent 50f12ee commit 4446756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: dist/
packages-dir: dist/

0 comments on commit 4446756

Please sign in to comment.