Skip to content

Commit

Permalink
Only push to TestPyPi on tag trigger (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Feb 8, 2022
1 parent c362489 commit 6e5fa10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to Test PyPI
if: github.event_name == 'push'
uses: pypa/[email protected]
with:
user: __token__
Expand Down

0 comments on commit 6e5fa10

Please sign in to comment.