Skip to content

Commit f5605f4

Browse files
fix release publish flow
1 parent b5389b0 commit f5605f4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Publish crate
3232
if: env.CARGO_REGISTRY_TOKEN != ''
33-
run: cargo publish --locked --token "${{ secrets.CARGO_REGISTRY_TOKEN }}"
33+
run: cargo publish --locked
3434

3535
build-conda:
3636
name: build-conda-linux-64

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s-top"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2024"
55
description = "Interactive terminal monitor for Slurm clusters"
66
license = "MIT"

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = environ.get("ST_VERSION", "0.1.5") %}
1+
{% set version = environ.get("ST_VERSION", "0.1.6") %}
22

33
package:
44
name: s-top

0 commit comments

Comments
 (0)