Skip to content

Commit

Permalink
[HWORKS-1309] Update release scripts to handle pyproject.toml (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirOibaf authored Jun 12, 2024
1 parent 321fc2d commit bdaff4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {
dir("python") {
sh "rm -f LICENSE README.md"
sh "cp -f ../LICENSE ../README.md ./"
sh "python3 ./setup.py sdist"
sh "python3 -m build"
sh "twine upload -u $PYPI_USR -p $PYPI_PSW --skip-existing dist/*"
}
}
Expand Down

0 comments on commit bdaff4c

Please sign in to comment.