Skip to content

Commit 495cc26

Browse files
committed
wip(release workflow): goreleaser(rust support) + release plz
1 parent c12f058 commit 495cc26

File tree

1 file changed

+0
-66
lines changed

1 file changed

+0
-66
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -29,69 +29,3 @@ jobs:
2929
args: release --clean
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
33-
34-
35-
# build:
36-
# name: Build - ${{ matrix.target }}
37-
# permissions:
38-
# contents: write # Only needed for release artifact uploads
39-
# runs-on: ${{ matrix.os }}
40-
# timeout-minutes: 60
41-
# strategy:
42-
# matrix:
43-
# include:
44-
# # Arm
45-
# - target: aarch64-unknown-linux-gnu
46-
# os: ubuntu-22.04
47-
# - target: aarch64-unknown-linux-musl
48-
# os: ubuntu-22.04
49-
# - target: aarch64-apple-darwin
50-
# os: macos-13
51-
# - target: aarch64-pc-windows-msvc
52-
# os: windows-2022
53-
# # x86
54-
# - target: x86_64-unknown-linux-gnu
55-
# os: ubuntu-22.04
56-
# - target: x86_64-unknown-linux-musl
57-
# os: ubuntu-22.04
58-
# - target: x86_64-apple-darwin
59-
# os: macos-13
60-
# - target: x86_64-pc-windows-msvc
61-
# os: windows-2022
62-
63-
# steps:
64-
# - name: Checkout Git repo
65-
# uses: actions/checkout@v4
66-
# with:
67-
# persist-credentials: false
68-
69-
# - name: Set Perl environment variables
70-
# if: runner.os == 'Windows'
71-
# run: |
72-
# echo "PERL=$((where.exe perl)[0])" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
73-
# echo "OPENSSL_SRC_PERL=$((where.exe perl)[0])" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
74-
75-
# - name: Install rust toolchain
76-
# if: ${{ !contains(matrix.target, 'apple') }}
77-
# uses: dtolnay/rust-toolchain@stable
78-
79-
# - uses: taiki-e/setup-cross-toolchain-action@v1
80-
# with:
81-
# target: ${{ matrix.target }}
82-
# if: startsWith(matrix.os, 'ubuntu') && !contains(matrix.target, '-musl')
83-
84-
# - uses: taiki-e/install-action@cross
85-
# if: contains(matrix.target, '-musl')
86-
87-
# - run: echo "RUSTFLAGS=${RUSTFLAGS} -C target-feature=+crt-static" >> "${GITHUB_ENV}"
88-
# if: endsWith(matrix.target, 'windows-msvc')
89-
90-
# - uses: taiki-e/upload-rust-binary-action@v1
91-
# with:
92-
# bin: "uv-migrator"
93-
# target: ${{ matrix.target }}
94-
# tar: all
95-
# zip: windows
96-
# token: ${{ secrets.GITHUB_TOKEN }}
97-
# dry-run: false

0 commit comments

Comments
 (0)