Skip to content

Commit efafb50

Browse files
committed
[HWORKS-1309] Update release scripts to handle pyproject.toml
1 parent 321fc2d commit efafb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pipeline {
1414
dir("python") {
1515
sh "rm -f LICENSE README.md"
1616
sh "cp -f ../LICENSE ../README.md ./"
17-
sh "python3 ./setup.py sdist"
17+
sh "python3 -m build"
1818
sh "twine upload -u $PYPI_USR -p $PYPI_PSW --skip-existing dist/*"
1919
}
2020
}

0 commit comments

Comments
 (0)