Skip to content

Commit

Permalink
Add CI deployment workflows (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Dec 18, 2024
1 parent 35849a9 commit b3a7e22
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pypi_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Deploy Python Distribution

on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
branches: [master]
release:
types: [published]
workflow_dispatch:

jobs:
build_sdist:
Expand Down

0 comments on commit b3a7e22

Please sign in to comment.