Skip to content

Commit bdaff4c

Browse files
authored
[HWORKS-1309] Update release scripts to handle pyproject.toml (#208)
1 parent 321fc2d commit bdaff4c

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)