Skip to content

Commit

Permalink
Run deploy jobs on PR and push
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Nov 30, 2023
1 parent 821a0ff commit 2ff5109
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-sdist.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy sdist

on:
push:
pull_request:
release:
types:
- published
Expand All @@ -15,7 +17,7 @@ jobs:

- name: Create sdist
shell: bash -l {0}
run: python -m pip install build; python -m build
run: python -m pip install -q build; python -m build

- name: Publish package to PyPI
if: github.event.action == 'published'
Expand Down

0 comments on commit 2ff5109

Please sign in to comment.