Skip to content

Commit

Permalink
Only deploy when a new release is tagged.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjankowsk committed Aug 5, 2023
1 parent 8159610 commit afc67ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ run-name: Build platform wheels and upload them to PyPI
on:
push:
branches: [ master ]
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
Build-workflow:
Expand Down

0 comments on commit afc67ba

Please sign in to comment.