We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af5a3a commit 0f35101Copy full SHA for 0f35101
.github/workflows/python-publish.yml
@@ -29,10 +29,10 @@ jobs:
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- pip install .[build]
+ pip install build
33
- name: Build sdist and wheel
34
35
python -m build
36
- name: Publish distribution to PyPI
37
if: startsWith(github.ref, 'refs/tags')
38
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments