Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
v2thegreat committed Feb 10, 2021
2 parents 6ca5c72 + 912ebe8 commit 44b36be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish to PyPi

on: push
on:
- release

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

0 comments on commit 44b36be

Please sign in to comment.