diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13651b5..e233ea7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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