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
|
name: Publish Python package to PyPI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# Action currently disabled to only push to TestPyPI for now
|
||||||
tags:
|
|
||||||
- '*'
|
#push:
|
||||||
|
# tags:
|
||||||
|
# - '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
Loading…
Reference in New Issue
Block a user