Skip to content

Commit

Permalink
[#776] update rc versions format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-semenets committed Feb 6, 2019
1 parent dbe7130 commit 8c16ebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ EOL
"""
}
sh """
twine upload -r ${env.param_local_pypi_distribution_target_name} '/src/legion/dist/legion-${Globals.buildVersion}.*'
twine upload -r ${env.param_local_pypi_distribution_target_name} '/src/legion_test/dist/legion_test-${Globals.buildVersion}.*'
twine upload -r ${env.param_local_pypi_distribution_target_name} '/src/legion_airflow/dist/legion_airflow-${Globals.buildVersion}.*'
twine upload -r ${env.param_local_pypi_distribution_target_name} '/src/legion/dist/legion-*'
twine upload -r ${env.param_local_pypi_distribution_target_name} '/src/legion_test/dist/legion_test-*'
twine upload -r ${env.param_local_pypi_distribution_target_name} '/src/legion_airflow/dist/legion_airflow-*'
"""

if (env.param_stable_release) {
Expand Down

0 comments on commit 8c16ebc

Please sign in to comment.