Skip to content

Commit 52a45b2

Browse files
committed
Minor improvements to release workflow
1 parent 75b02ff commit 52a45b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
- name: Build distributions
3030
run: |
31-
python -m pip install -U pip build
31+
python -m pip install build
3232
python -m build
3333
- name: Upload to PyPI
34-
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
34+
if: github.event_name == 'release'
3535
uses: pypa/[email protected]
3636
- name: Upload release assets
3737
uses: softprops/[email protected]

0 commit comments

Comments
 (0)