Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cbpowell/SenseLink
Browse files Browse the repository at this point in the history
  • Loading branch information
cbpowell committed Mar 14, 2022
2 parents cef63a9 + 0076e17 commit 5b1a814
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
name: Upload Python Package to PyPI

on:
# Allow manual dispatch
workflow_dispatch:
release:
types: [published]
types: [published, released]

jobs:
deploy:
Expand All @@ -30,7 +32,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1.5.0
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 5b1a814

Please sign in to comment.