Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Physics-Simulations/UncValue
Browse files Browse the repository at this point in the history
  • Loading branch information
Adria Labay committed Sep 20, 2020
2 parents 083dbec + 46790fa commit d854080
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ jobs:
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit d854080

Please sign in to comment.