Skip to content

Commit

Permalink
Merge pull request #34 from iscoe/dev
Browse files Browse the repository at this point in the history
Update python-publish-ezmsg.yml
  • Loading branch information
pperanich committed Jul 13, 2023
2 parents 20a9194 + d34a3e0 commit d369f1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish-ezmsg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: Upload Python Package - ezmsg
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
Expand All @@ -37,4 +38,4 @@ jobs:
- name: Publish ezmsg
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit d369f1f

Please sign in to comment.