We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b02ff commit 52a45b2Copy full SHA for 52a45b2
.github/workflows/release.yaml
@@ -28,10 +28,10 @@ jobs:
28
python-version: ${{ env.DEFAULT_PYTHON }}
29
- name: Build distributions
30
run: |
31
- python -m pip install -U pip build
+ python -m pip install build
32
python -m build
33
- name: Upload to PyPI
34
- if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
+ if: github.event_name == 'release'
35
uses: pypa/gh-action-pypi-publish@v1.12.4
36
- name: Upload release assets
37
uses: softprops/action-gh-release@v2.2.1
0 commit comments