Skip to content

Commit

Permalink
Ensure we only relase to PyPi if github release is created
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Aug 28, 2019
1 parent 5a4067e commit f8a967c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: PyPi Release

on:
release:
push:
branches:
- master
on: [release]

jobs:
build:
Expand Down

0 comments on commit f8a967c

Please sign in to comment.