Skip to content

Commit 1dca379

Browse files
committed
Build package before waiting for all steps to succeed
1 parent 705b73e commit 1dca379

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
token: ${{ secrets.GITHUB_TOKEN }}
3232
checkName: success
3333

34+
- name: Build package
35+
run: python -m build
36+
3437
- name: Exit if CI did not succeed
3538
if: steps.wait-for-ci.outputs.conclusion != 'success'
3639
run: exit 1
3740

38-
- name: Build package
39-
run: python -m build
40-
4141
- name: Publish a Python distribution to PyPI
4242
uses: pypa/gh-action-pypi-publish@release/v1
4343
with:

0 commit comments

Comments
 (0)