Skip to content

Commit

Permalink
Updated github actions to autopush to PyPi on new tag [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dscripka committed Sep 2, 2023
1 parent 1eec215 commit dbd3f7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Publish Python distributions to PyPI
on:
push:
workflow_dispatch:
create:
tags:
- "*"

jobs:
build-n-publish:
Expand Down

0 comments on commit dbd3f7a

Please sign in to comment.