Skip to content

Commit

Permalink
Fix typo in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp committed Feb 27, 2024
1 parent e3e98fb commit 5745fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Publish conda package
run: .github/scripts/conda-package-release
- name: Build PyPI package
run: .github/scripts/pypy-package-build
run: .github/scripts/pypi-package-build
- name: Release PyPI package
run: .github/scripts/pypy-package-release
run: .github/scripts/pypi-package-release
- name: Tag
run: .github/scripts/tag-create

0 comments on commit 5745fdc

Please sign in to comment.