Skip to content

Commit

Permalink
ci: finish correcting ci for release
Browse files Browse the repository at this point in the history
  • Loading branch information
daylinmorgan committed Feb 21, 2024
1 parent 24cfa5b commit 456c842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_call:
workflow_dispatch:

permissions:
- write

jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "v*.*.*"
- "v*.*"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 456c842

Please sign in to comment.