8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb22ca commit ef169e7Copy full SHA for ef169e7
.github/workflows/publish-pypi.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
pip install -e .[test]
27
- python setup.py sdist --formats=gztar bdist_wheel
+ python -m build
28
git describe --tag --dirty --always
29
- name: Publish distribution 📦 to Test PyPI
30
uses: pypa/gh-action-pypi-publish@release/v1 # license BSD-2
0 commit comments