Skip to content

Commit

Permalink
Copy LICENSE and README.md before packaging (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirOibaf committed Nov 11, 2020
1 parent ed83682 commit a10f6d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ pipeline {
}
steps {
dir("python") {
sh "rm -f LICENSE README.md"
sh "cp -f ../LICENSE ../README.md ./"
sh "python3 ./setup.py sdist"
sh "twine upload -u $PYPI_USR -p $PYPI_PSW --skip-existing dist/*"
}
}
}
}
}
}

0 comments on commit a10f6d5

Please sign in to comment.