1
0
mirror of https://github.com/apachecn/epub-crawler.git synced 2025-06-06 01:04:04 +00:00
epub-crawler/.travis.yml
2022-03-15 22:46:45 +08:00

16 lines
259 B
YAML

language: python
python: 3.7
install:
- 'pip install -r requirements.txt'
script:
- ":"
deploy:
- provider: pypi
user: __token__
password: $PYPI_TOKEN
distributions: 'sdist bdist_wheel'
skip_existing: true