diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 6b00530..f365001 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -1,4 +1,9 @@ -# .github/workflows/ci-cd.yml +name: PyPi PUblish +on: + # Only deploy these artifacts when a semantic tag is applied + push: + tags: + - "v*.*.*" jobs: pypi-publish: name: Upload release to PyPI