Skip to content

Commit 6743d59

Browse files
author
Mark Wieczorek
committed
update pypi_publish for use with pyproject.toml
1 parent b95dca9 commit 6743d59

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pypi_publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
setuptools \
3131
pypandoc \
3232
versioneer \
33+
build \
3334
twine
3435
conda list -n pypi
3536
@@ -45,5 +46,5 @@ jobs:
4546
shell: bash -l {0}
4647
run: |
4748
conda env list
48-
python setup.py sdist
49+
python -m build .
4950
twine upload dist/*

0 commit comments

Comments
 (0)