Skip to content

Commit 0167b64

Browse files
committed
Cleanup CI release workflow
1 parent 1c118e1 commit 0167b64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ jobs:
122122
- uses: dtolnay/rust-toolchain@stable
123123
with:
124124
components: llvm-tools
125-
# FIXME: remove next step once PyO3/maturin-action filters `CARGO_HOME`
126-
- run: echo 'CARGO_HOME=' >> "$GITHUB_ENV"
127-
shell: bash
128125
- name: Build initial wheel
129126
uses: PyO3/maturin-action@v1
130127
with:

0 commit comments

Comments
 (0)