We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffe34b0 + 0609af0 commit 564bcc3Copy full SHA for 564bcc3
.github/workflows/release.yml
@@ -21,12 +21,8 @@ jobs:
21
- name: "Checkout Repository"
22
uses: actions/checkout@v4
23
24
- # TODO: Remove when Python 3.11 is the default on the Gihtub Actions image
25
- - name: "Install Python 3.11"
26
- run: sudo apt-get -y install python3.11
27
-
28
- name: "Run release script"
29
- run: "python3.11 scripts/ci-release.py"
+ run: "python scripts/ci-release.py"
30
env:
31
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments