Skip to content

Commit 1ef3f1f

Browse files
authored
SNOW-963841 : Github Action for Ingest Python Release (#85)
1 parent a69440e commit 1ef3f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python -m pip install --upgrade pip
3232
pip install build
3333
- name: Build package
34-
run: python setup.py sdist bdist_wheel
34+
run: python -m build
3535
- name: Publish package
3636
uses: pypa/gh-action-pypi-publish@release/v1
3737
with:

0 commit comments

Comments
 (0)