Skip to content

Commit

Permalink
Add release trigger to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville authored Dec 5, 2024
1 parent 9b6f946 commit a317c26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
release:
types: [published]

jobs:
build-wheel:
Expand Down Expand Up @@ -103,4 +105,4 @@ jobs:
path: dist

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit a317c26

Please sign in to comment.