Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfverbruggen authored Oct 5, 2020
1 parent 90028fe commit 4384327
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Publish Python distributions to PyPI

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

jobs:
build-n-publish:
Expand Down Expand Up @@ -34,4 +33,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.pypi_password }}
password: ${{ secrets.pypi_password }}

0 comments on commit 4384327

Please sign in to comment.