Skip to content

Commit

Permalink
Add workflow triggers for publishing to PyPI on tag push and manual d…
Browse files Browse the repository at this point in the history
…ispatch
  • Loading branch information
nilomr committed Nov 12, 2024
1 parent 587402a commit e4d9193
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# .github/workflows/ci-cd.yml

name: Publish ${package_name} to PyPI / GitHub

on:
push:
tags:
- "v*"
workflow_dispatch:

jobs:
pypi-publish:
name: Upload release to PyPI
Expand Down

0 comments on commit e4d9193

Please sign in to comment.