Skip to content

Commit

Permalink
chore: Update CI/CD workflow to include Python package publishing to …
Browse files Browse the repository at this point in the history
…PyPI
  • Loading branch information
mirkan1 committed Jul 9, 2024
1 parent 9244e3d commit d73f8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish
on:
push:
tags:
- '*'
branches:
- master
jobs:
pypi-publish:
name: Upload release to PyPI
Expand Down

0 comments on commit d73f8bd

Please sign in to comment.