8000 Update publish-pypi.yml (#1109) · LehmD/server-client-python@ef169e7 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef169e7

Browse files
authored
Update publish-pypi.yml (tableau#1109)
1 parent 5cb22ca commit ef169e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install -e .[test]
27-
python setup.py sdist --formats=gztar bdist_wheel
27+
python -m build
2828
git describe --tag --dirty --always
2929
- name: Publish distribution 📦 to Test PyPI
3030
uses: pypa/gh-action-pypi-publish@release/v1 # license BSD-2

0 commit comments

Comments
 (0)
0