fix: update token
Check and Lint / Rustfmt (pull_request) Successful in 16s
Check and Lint / Check (pull_request) Successful in 35s
Check and Lint / Clippy (pull_request) Successful in 40s
Test and Coverage / Test (pull_request) Successful in 38s
Check and Lint / Check (push) Successful in 25s
Check and Lint / Rustfmt (push) Successful in 24s
Check and Lint / Clippy (push) Successful in 25s
Check and Lint / Build RPM (pull_request) Successful in 2m14s
Check and Lint / Build RPM (push) Successful in 2m50s
Test and Coverage / Coverage (pull_request) Successful in 4m9s
Test and Coverage / Coverage (push) Successful in 3m47s
Test and Coverage / Test (push) Successful in 23s

This commit was merged in pull request #5.
This commit is contained in:
2026-07-09 15:20:23 +02:00
parent 1d325515ad
commit 1d425e0dca
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
run: |
for pkg in target/generate-rpm/*.rpm; do
curl -f -X PUT \
--user "${{ secrets.PUBLISH_RPM_TOKEN }}" \
--user "${{ secrets.PIP_REPOSITORY_API_TOKEN }}" \
--upload-file "$pkg" \
"https://gitea.psi.ch/api/packages/${{ github.repository_owner }}/rpm/upload"
done
Generated
+1 -1
View File
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "aare_launcher"
version = "0.1.0"
version = "0.1.2"
dependencies = [
"anyhow",
"clap",
+1 -1
View File
@@ -6,7 +6,7 @@ repository = "https://gitea.psi.ch/perl_d/aare_launcher"
keywords = ["mx", "beamline", "launcher", "tui"]
categories = ["science", "command-line-utilities"]
license = "GPL-3.0-only"
version = "0.1.0"
version = "0.1.2"
edition = "2024"
# The installed command is `aarel`.