Skip to content

Commit

Permalink
Fix build step name in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
moradology committed Apr 15, 2024
1 parent ed4773e commit 0da5bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: python -m pip install tox

- name: Release
- name: Build
run: tox -e build

- name: Upload release to TestPyPI
Expand Down

0 comments on commit 0da5bbb

Please sign in to comment.