Skip to content

Commit

Permalink
Cleanup the package
Browse files Browse the repository at this point in the history
  • Loading branch information
dhubbard committed Jan 2, 2020
1 parent 5e3e892 commit 6b8aee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:

generate_version:
template: python/generate_version
requires: [~commit, ~pr]
requires: [validate_test, validate_lint, validate_codestyle, validate_dependencies, validate_security]

publish_test_pypi:
template: python/package_python
environment:
PUBLISH: True
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
requires: [validate_test, validate_lint, validate_codestyle, validate_dependencies, validate_security, generate_version]
requires: [generate_version]

verify_test_package:
template: python/validate_pypi_package
Expand Down

0 comments on commit 6b8aee7

Please sign in to comment.