Skip to content

Commit

Permalink
Fix julia release
Browse files Browse the repository at this point in the history
[no-ci]
  • Loading branch information
WardBrian committed Dec 13, 2024
1 parent f809e91 commit 2d4d08b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
with:
python-version: 3.11

- name: Set up Julia
uses: julia-actions/setup-julia@v2

- name: Update version numbers
if: ${{ !inputs.is_rerun }}
run: |
Expand Down Expand Up @@ -101,6 +98,7 @@ jobs:
environment: publishing
permissions:
id-token: write
contents: write

steps:
- name: Check out github
Expand Down

0 comments on commit 2d4d08b

Please sign in to comment.