mirror of
https://github.com/apachecn/epub-crawler.git
synced 2025-06-06 01:04:04 +00:00
16 lines
259 B
YAML
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
|