Disable push to reakl PyPI for initial test
This commit is contained in:
parent
11a46889d9
commit
707ec08808
8
.github/workflows/publish-to-pypi.yml
vendored
8
.github/workflows/publish-to-pypi.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user