Skip to content

Commit

Permalink
🔧Slight refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed Sep 30, 2024
1 parent ee625a0 commit 9c66a77
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 @@ -176,8 +176,8 @@ jobs:
release-pypi:
name: Release to PyPI
runs-on: ubuntu-latest
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
needs: [build-wheels, sdist]
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
steps:
- uses: actions/download-artifact@v4
- name: Publish to PyPI
Expand All @@ -191,8 +191,8 @@ jobs:
release-crates:
name: Release to crates.io
runs-on: ubuntu-latest
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
needs: [build-wheels, sdist]
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit 9c66a77

Please sign in to comment.