Skip to content

Commit

Permalink
Made deploy only for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
okkevaneck committed Mar 19, 2021
1 parent 8733c32 commit ca93e78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
path: dist/*.tar.gz

deploy:
if: github.ref == 'refs/heads/master'
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ProSPr
## The Protein Structure Prediction Toolbox
**Author:** Okke van Eck
**Version:** 0.1a12
**Version:** 0.1a13

![Travis (.org) branch](https://img.shields.io/travis/okkevaneck/prospr/master)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pybind11.setup_helpers import Pybind11Extension, build_ext


__version__ = "0.1a12"
__version__ = "0.1a13"

ext_modules = [
Pybind11Extension("prospr_core",
Expand Down

0 comments on commit ca93e78

Please sign in to comment.