Skip to content

Commit

Permalink
Merge pull request #533 from rust-osdev/fix/ci-release
Browse files Browse the repository at this point in the history
use default python again
  • Loading branch information
phil-opp authored Jan 28, 2025
2 parents ffe34b0 + 0609af0 commit 564bcc3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ jobs:
- name: "Checkout Repository"
uses: actions/checkout@v4

# TODO: Remove when Python 3.11 is the default on the Gihtub Actions image
- name: "Install Python 3.11"
run: sudo apt-get -y install python3.11

- name: "Run release script"
run: "python3.11 scripts/ci-release.py"
run: "python scripts/ci-release.py"
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 564bcc3

Please sign in to comment.