Only push to TestPyPi on tag trigger (#1457)

This commit is contained in:
Robbe Sneyders
2022-02-08 14:09:14 +01:00
committed by GitHub
parent c36248953f
commit 6e5fa10010

View File

@@ -28,6 +28,7 @@ jobs:
python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to Test PyPI
if: github.event_name == 'push'
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: __token__