Skip to content

Commit 14dfc32

Browse files
committed
Try trusted publishing again
1 parent e301186 commit 14dfc32

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/publish-version-ranges.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
12+
- uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1
13+
id: auth
1214
- run: cargo publish -p astral-version-ranges
1315
env:
14-
CARGO_REGISTRY_TOKEN: ${{ secrets.ASTRAL_VERSION_RANGES_CRATES_IO_TOKEN }}
16+
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version-ranges/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astral-version-ranges"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Performance-optimized type for generic version ranges and operations on them."
55
edition = "2021"
66
repository = "https://github.com/astral-sh/pubgrub"

0 commit comments

Comments
 (0)