We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf4a51 commit 84de8e0Copy full SHA for 84de8e0
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
api_token=$(curl -X POST https://test.pypi.org/_/oidc/github/mint-token -d "{\"token\": \"${oidc_token}\"}" | jq '.token' | tr -d '"')
25
echo "OIDC token: $oidc_token"
26
echo "pypi token: $api_token"
27
- $echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
+ echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
28
- name: Python Semantic Release
29
uses: relekang/python-semantic-release@v7.33.2
30
with:
0 commit comments