Skip to content

Commit

Permalink
Merge pull request #255 from SR4ven/issue_254
Browse files Browse the repository at this point in the history
Fix pypi autodeploy
  • Loading branch information
jtpereyda authored Mar 12, 2019
2 parents 7f0f036 + 3eb1c76 commit b8356ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ before_install: sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers

stages:
- Test
- name: Deploy
if: (branch = master) AND (repo = jtpereyda/boofuzz) AND (tag IS present)

jobs:
include:
Expand All @@ -17,12 +15,14 @@ jobs:
- pip check
- tox --recreate
- make -C ./docs dummy
- stage: Deploy
script: skip
deploy:
provider: pypi
user: jtpereyda
password:
secure: GD7YRd2CmeSheZ4A85jVFp/aOLGD75M9WjK/Xc7d99OMBp19porIPbkYi+n+X/CQjl4lzUDVGNfvVZKXGVrY+QPxclfAHHIgb7Tc4nXFOWgaXrvw3LWsSfDreANacC105RGC3siGBkAWnMQgO/Q6N3LDHgy7A7XOa8t6sxedxeu1j0cJa0PmrQnvQy6+G+EpxxgrDphy5vwsIwEwRXRD6+4ekFKG81s7aWL1gvGcic/8JSnhc+jpNkbYrcf3edLT8NyMQlTnoplAYNrCMhPaFkNkstFlJvq2m84WlYUiqkTHOyPla07qaJaGPDt89LqqRISX2SNm2BjG5SqJ+6IkloS3Re83kzWL0kSXr9g4sqeCtsvvOhatEeRWEaOzCEE6pK5feLnagZKUL1ZXPu6ywl+yxxK5jcJE2PklvdMCL2KjdlF4CtMp3yg9a6X6VuPunzoXxVUn0cpj7xqenhMz2nDw1s7ZqFrCQ8ed8Pp+TfbmwZfnZ7GSdvywA4CaapOTLOfP4tWcV9GWiLOo0BjIFMac1tJCsHTjuQeRiUO47hpKGHf8+I7qltzlBJJNf/FGUoSqZjzy4o3zbuzfQHQbo2ueI8aS2C5VjjunbivBjp54eoIiu9rPbZl3uHmMWR74Stch0S2Amfj7d0ovZlaljkWWOf4R0tkuxDCtg+vnsy8=
distributions: sdist bdist_wheel
skip_cleanup: true
on:
tags: true
repo: jtpereyda/boofuzz
branch: master

0 comments on commit b8356ee

Please sign in to comment.