Skip to content

Commit

Permalink
Review steps for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Nov 24, 2024
1 parent 5c910c0 commit d0b2d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Show Python version
run: python --version

- name: Check build
- name: Build package
run: |
python -m pip install build twine
python -m build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: pytest
- name: Run Acceptance Tests
run: make acceptance
- name: Check build
- name: Build package
run: |
python -m pip install build twine
python -m build
Expand Down

0 comments on commit d0b2d7b

Please sign in to comment.