Disable push to reakl PyPI for initial test

This commit is contained in:
Dominik Moritz Roth 2023-10-29 14:21:08 +01:00
parent 11a46889d9
commit 707ec08808

View File

@ -1,9 +1,11 @@
name: Publish Python package to PyPI
on:
push:
tags:
- '*'
# Action currently disabled to only push to TestPyPI for now
#push:
# tags:
# - '*'
jobs:
publish: