Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Only push to PyPI when release is published
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Burns committed Oct 17, 2019
1 parent b961b93 commit c41d36f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Ward release to PyPI

on: [release]
on:
release:
types: [published]

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

version = "0.6.0a0"
version = "0.6.1a0"

setup(
name="ward",
Expand Down

0 comments on commit c41d36f

Please sign in to comment.