Skip to content

chore(release): prepare for v2.0.0-rc.0 #65

chore(release): prepare for v2.0.0-rc.0

chore(release): prepare for v2.0.0-rc.0 #65

Triggered via push February 18, 2024 10:22
Status Failure
Total duration 17m 40s
Artifacts 1

cd.yml

on: push
Generate changelog
10s
Generate changelog
Publish on crates.io
54s
Publish on crates.io
Matrix: Publish binaries
Publish Debian package
5m 2s
Publish Debian package
Publish RPM package
4m 47s
Publish RPM package
Publish the base package to NPM
0s
Publish the base package to NPM
Publish PyPI package
0s
Publish PyPI package
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 101 warnings
Publish on crates.io
Process completed with exit code 101.
Publish binaries (linux-arm64-glibc, ubuntu-22.04, stable, aarch64-unknown-linux-gnu, true, true)
The process '/usr/bin/docker' failed with exit code 1
Publish binaries (linux-x64-musl, ubuntu-22.04, stable, x86_64-unknown-linux-musl, false, true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Publish binaries (linux-arm64-musl, ubuntu-22.04, stable, aarch64-unknown-linux-musl, false, true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Publish binaries (linux-x86-musl, ubuntu-22.04, stable, i686-unknown-linux-musl, false, true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Publish binaries (linux-x86-glibc, ubuntu-22.04, stable, i686-unknown-linux-gnu, false, true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Publish binaries (darwin-x64, macos-12, stable, x86_64-apple-darwin, true, true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Publish binaries (darwin-arm64, macos-12, stable, aarch64-apple-darwin, true, true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Publish binaries (win32-x86-msvc, windows-2022, stable, i686-pc-windows-msvc, false, true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Publish binaries (win32-x64-msvc, windows-2022, stable, x86_64-pc-windows-msvc, true, true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Publish binaries (win32-x64-mingw, windows-2022, stable, x86_64-pc-windows-gnu, false, true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Publish RPM package
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: svenstaro/upload-release-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish Debian package
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: svenstaro/upload-release-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish binaries (win32-arm64-msvc, windows-2022, stable, aarch64-pc-windows-msvc, true, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1, svenstaro/upload-release-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish binaries (win32-arm64-msvc, windows-2022, stable, aarch64-pc-windows-msvc, true, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish binaries (win32-arm64-msvc, windows-2022, stable, aarch64-pc-windows-msvc, true, false)
Unexpected input(s) 'working-directory', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Publish binaries (win32-arm64-msvc, windows-2022, stable, aarch64-pc-windows-msvc, true, false)
No files were found with the provided path: pypi/wheels. No artifacts will be uploaded.
Publish binaries (win32-arm64-msvc, windows-2022, stable, aarch64-pc-windows-msvc, true, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-arm64-msvc, windows-2022, stable, aarch64-pc-windows-msvc, true, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-arm64-msvc, windows-2022, stable, aarch64-pc-windows-msvc, true, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-arm64-msvc, windows-2022, stable, aarch64-pc-windows-msvc, true, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-arm64-glibc, ubuntu-22.04, stable, aarch64-unknown-linux-gnu, true, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1, svenstaro/upload-release-action@v2, PyO3/maturin-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish binaries (linux-arm64-glibc, ubuntu-22.04, stable, aarch64-unknown-linux-gnu, true, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish binaries (linux-arm64-glibc, ubuntu-22.04, stable, aarch64-unknown-linux-gnu, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-arm64-glibc, ubuntu-22.04, stable, aarch64-unknown-linux-gnu, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-arm64-glibc, ubuntu-22.04, stable, aarch64-unknown-linux-gnu, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-arm64-glibc, ubuntu-22.04, stable, aarch64-unknown-linux-gnu, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x64-glibc, ubuntu-22.04, stable, x86_64-unknown-linux-gnu, true, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1, svenstaro/upload-release-action@v2, PyO3/maturin-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish binaries (linux-x64-glibc, ubuntu-22.04, stable, x86_64-unknown-linux-gnu, true, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish binaries (linux-x64-glibc, ubuntu-22.04, stable, x86_64-unknown-linux-gnu, true, true)
Unexpected input(s) 'working-directory', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Publish binaries (linux-x64-glibc, ubuntu-22.04, stable, x86_64-unknown-linux-gnu, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x64-glibc, ubuntu-22.04, stable, x86_64-unknown-linux-gnu, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x64-glibc, ubuntu-22.04, stable, x86_64-unknown-linux-gnu, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x64-glibc, ubuntu-22.04, stable, x86_64-unknown-linux-gnu, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x64-musl, ubuntu-22.04, stable, x86_64-unknown-linux-musl, false, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1, svenstaro/upload-release-action@v2, PyO3/maturin-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish binaries (linux-x64-musl, ubuntu-22.04, stable, x86_64-unknown-linux-musl, false, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish binaries (linux-x64-musl, ubuntu-22.04, stable, x86_64-unknown-linux-musl, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x64-musl, ubuntu-22.04, stable, x86_64-unknown-linux-musl, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x64-musl, ubuntu-22.04, stable, x86_64-unknown-linux-musl, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x64-musl, ubuntu-22.04, stable, x86_64-unknown-linux-musl, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x64-musl, ubuntu-22.04, stable, x86_64-unknown-linux-musl, false, true)
Unexpected input(s) 'working-directory', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Publish binaries (linux-x64-musl, ubuntu-22.04, stable, x86_64-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-x64-musl, ubuntu-22.04, stable, x86_64-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-x64-musl, ubuntu-22.04, stable, x86_64-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-x64-musl, ubuntu-22.04, stable, x86_64-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-x64-musl, ubuntu-22.04, stable, x86_64-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-arm64-musl, ubuntu-22.04, stable, aarch64-unknown-linux-musl, false, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1, svenstaro/upload-release-action@v2, PyO3/maturin-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish binaries (linux-arm64-musl, ubuntu-22.04, stable, aarch64-unknown-linux-musl, false, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish binaries (linux-arm64-musl, ubuntu-22.04, stable, aarch64-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-arm64-musl, ubuntu-22.04, stable, aarch64-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-arm64-musl, ubuntu-22.04, stable, aarch64-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-arm64-musl, ubuntu-22.04, stable, aarch64-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-arm64-musl, ubuntu-22.04, stable, aarch64-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-arm64-musl, ubuntu-22.04, stable, aarch64-unknown-linux-musl, false, true)
Unexpected input(s) 'working-directory', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Publish binaries (linux-arm64-musl, ubuntu-22.04, stable, aarch64-unknown-linux-musl, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-arm64-musl, ubuntu-22.04, stable, aarch64-unknown-linux-musl, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-arm64-musl, ubuntu-22.04, stable, aarch64-unknown-linux-musl, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-arm64-musl, ubuntu-22.04, stable, aarch64-unknown-linux-musl, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x86-musl, ubuntu-22.04, stable, i686-unknown-linux-musl, false, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1, svenstaro/upload-release-action@v2, PyO3/maturin-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish binaries (linux-x86-musl, ubuntu-22.04, stable, i686-unknown-linux-musl, false, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish binaries (linux-x86-musl, ubuntu-22.04, stable, i686-unknown-linux-musl, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x86-musl, ubuntu-22.04, stable, i686-unknown-linux-musl, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x86-musl, ubuntu-22.04, stable, i686-unknown-linux-musl, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x86-musl, ubuntu-22.04, stable, i686-unknown-linux-musl, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x86-musl, ubuntu-22.04, stable, i686-unknown-linux-musl, false, true)
Unexpected input(s) 'working-directory', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Publish binaries (linux-x86-musl, ubuntu-22.04, stable, i686-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-x86-musl, ubuntu-22.04, stable, i686-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-x86-musl, ubuntu-22.04, stable, i686-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-x86-musl, ubuntu-22.04, stable, i686-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-x86-musl, ubuntu-22.04, stable, i686-unknown-linux-musl, false, true)
`/root/.cargo/config` is deprecated in favor of `config.toml`
Publish binaries (linux-x86-glibc, ubuntu-22.04, stable, i686-unknown-linux-gnu, false, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1, svenstaro/upload-release-action@v2, PyO3/maturin-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish binaries (linux-x86-glibc, ubuntu-22.04, stable, i686-unknown-linux-gnu, false, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish binaries (linux-x86-glibc, ubuntu-22.04, stable, i686-unknown-linux-gnu, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x86-glibc, ubuntu-22.04, stable, i686-unknown-linux-gnu, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x86-glibc, ubuntu-22.04, stable, i686-unknown-linux-gnu, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x86-glibc, ubuntu-22.04, stable, i686-unknown-linux-gnu, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (linux-x86-glibc, ubuntu-22.04, stable, i686-unknown-linux-gnu, false, true)
Unexpected input(s) 'working-directory', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Publish binaries (darwin-x64, macos-12, stable, x86_64-apple-darwin, true, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1, svenstaro/upload-release-action@v2, PyO3/maturin-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish binaries (darwin-x64, macos-12, stable, x86_64-apple-darwin, true, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish binaries (darwin-x64, macos-12, stable, x86_64-apple-darwin, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (darwin-x64, macos-12, stable, x86_64-apple-darwin, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (darwin-x64, macos-12, stable, x86_64-apple-darwin, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (darwin-x64, macos-12, stable, x86_64-apple-darwin, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (darwin-x64, macos-12, stable, x86_64-apple-darwin, true, true)
Unexpected input(s) 'working-directory', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Publish binaries (darwin-arm64, macos-12, stable, aarch64-apple-darwin, true, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1, svenstaro/upload-release-action@v2, PyO3/maturin-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish binaries (darwin-arm64, macos-12, stable, aarch64-apple-darwin, true, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish binaries (darwin-arm64, macos-12, stable, aarch64-apple-darwin, true, true)
Unexpected input(s) 'working-directory', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Publish binaries (darwin-arm64, macos-12, stable, aarch64-apple-darwin, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (darwin-arm64, macos-12, stable, aarch64-apple-darwin, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (darwin-arm64, macos-12, stable, aarch64-apple-darwin, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (darwin-arm64, macos-12, stable, aarch64-apple-darwin, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-x86-msvc, windows-2022, stable, i686-pc-windows-msvc, false, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1, svenstaro/upload-release-action@v2, PyO3/maturin-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish binaries (win32-x86-msvc, windows-2022, stable, i686-pc-windows-msvc, false, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish binaries (win32-x86-msvc, windows-2022, stable, i686-pc-windows-msvc, false, true)
Unexpected input(s) 'working-directory', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Publish binaries (win32-x86-msvc, windows-2022, stable, i686-pc-windows-msvc, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-x86-msvc, windows-2022, stable, i686-pc-windows-msvc, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-x86-msvc, windows-2022, stable, i686-pc-windows-msvc, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-x86-msvc, windows-2022, stable, i686-pc-windows-msvc, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-x64-msvc, windows-2022, stable, x86_64-pc-windows-msvc, true, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1, svenstaro/upload-release-action@v2, PyO3/maturin-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish binaries (win32-x64-msvc, windows-2022, stable, x86_64-pc-windows-msvc, true, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish binaries (win32-x64-msvc, windows-2022, stable, x86_64-pc-windows-msvc, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-x64-msvc, windows-2022, stable, x86_64-pc-windows-msvc, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-x64-msvc, windows-2022, stable, x86_64-pc-windows-msvc, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-x64-msvc, windows-2022, stable, x86_64-pc-windows-msvc, true, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-x64-msvc, windows-2022, stable, x86_64-pc-windows-msvc, true, true)
Unexpected input(s) 'working-directory', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']
Publish binaries (win32-x64-mingw, windows-2022, stable, x86_64-pc-windows-gnu, false, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1, svenstaro/upload-release-action@v2, PyO3/maturin-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Publish binaries (win32-x64-mingw, windows-2022, stable, x86_64-pc-windows-gnu, false, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish binaries (win32-x64-mingw, windows-2022, stable, x86_64-pc-windows-gnu, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-x64-mingw, windows-2022, stable, x86_64-pc-windows-gnu, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-x64-mingw, windows-2022, stable, x86_64-pc-windows-gnu, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-x64-mingw, windows-2022, stable, x86_64-pc-windows-gnu, false, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Publish binaries (win32-x64-mingw, windows-2022, stable, x86_64-pc-windows-gnu, false, true)
Unexpected input(s) 'working-directory', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'compression-level', 'overwrite']

Artifacts

Produced during runtime
Name Size
wheels Expired
5.05 MB