Skip to content

Commit

Permalink
Fix deployment to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio authored Nov 12, 2020
1 parent 9d7eec8 commit 84e1ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matrix:
- python: 3.7
env: TOXENV=py
- python: 3.8
env: TOXENV=py
env: TOXENV=py PYPI_RELEASE_JOB=true

- python: pypy3
env: TOXENV=pypy3
Expand All @@ -35,7 +35,7 @@ deploy:
on:
branch: master
tags: true
condition: "$TOXENV == py38"
condition: "$PYPI_RELEASE_JOB == true"
repo: scrapy/itemloaders
provider: pypi
distributions: "sdist bdist_wheel"
Expand Down

0 comments on commit 84e1ad5

Please sign in to comment.