Skip to content

Commit

Permalink
updated test PyPi URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jdepoix committed Nov 11, 2024
1 parent 48cce90 commit ee996f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ee996f7

Please sign in to comment.