updated test PyPi URL
This commit is contained in:
parent
48cce90d5a
commit
ee996f77f1
|
@ -84,5 +84,5 @@ jobs:
|
|||
- name: Publish
|
||||
# TODO update repo and username/pw
|
||||
run: |
|
||||
poetry config repositories.testpypi https://test.pypi.org/legacy/
|
||||
poetry config repositories.testpypi https://test.pypi.org/simple/
|
||||
poetry publish -r testpypi -u __token__ -p ${{ secrets.PYPI_TOKEN_TEST }}
|
||||
|
|
|
@ -40,7 +40,7 @@ youtube_transcript_api = "youtube_transcript_api.__main__:main"
|
|||
|
||||
[tool.poe.tasks]
|
||||
test = "pytest youtube_transcript_api"
|
||||
ci-test.shell = "coverage run -m unittest discover && coverage xml"
|
||||
ci-test.shell = "coverage run -m unittest discover && coverage xml --fail-under=100"
|
||||
coverage.shell = "coverage run -m unittest discover && coverage report -m"
|
||||
format = "ruff format youtube_transcript_api"
|
||||
ci-format = "ruff format youtube_transcript_api --check"
|
||||
|
|
Loading…
Reference in New Issue