mirror of
https://github.com/khornberg/octokit.py
synced 2026-05-22 15:03:52 +03:00
Merge pull request #36 from khornberg/chore/travis-release
Debugging: Reorder conditions
This commit is contained in:
+1
-1
@@ -57,8 +57,8 @@ deploy:
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
condition: '$TOXENV = py36'
|
||||
condition: '$TRAVIS_TAG != $(python ./setup.py--version)'
|
||||
condition: '$TOXENV = py36'
|
||||
- provider: script
|
||||
script: scripts/pypi.sh
|
||||
on:
|
||||
|
||||
Reference in New Issue
Block a user