fix: update token #5

Merged
perl_d merged 1 commits from ci/publish_workflow into main 2026-07-09 15:21:43 +02:00
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`.