feat: use token for release wf on protected main
CI / lint (pull_request) Successful in 19s
CI / test (3.11) (pull_request) Successful in 24s
CI / test (3.13) (pull_request) Successful in 26s
CI / test (3.11) (push) Successful in 26s
CI / lint (push) Successful in 19s
CI / test (3.12) (pull_request) Successful in 31s
CI / test (3.12) (push) Successful in 30s
CI / test (3.13) (push) Successful in 34s
Build and Publish / release (push) Failing after 11s
CI / lint (pull_request) Successful in 19s
CI / test (3.11) (pull_request) Successful in 24s
CI / test (3.13) (pull_request) Successful in 26s
CI / test (3.11) (push) Successful in 26s
CI / lint (push) Successful in 19s
CI / test (3.12) (pull_request) Successful in 31s
CI / test (3.12) (push) Successful in 30s
CI / test (3.13) (push) Successful in 34s
Build and Publish / release (push) Failing after 11s
This commit was merged in pull request #13.
This commit is contained in:
@@ -65,8 +65,8 @@ jobs:
|
||||
id: release_step
|
||||
env:
|
||||
TWINE_USERNAME: "__token__"
|
||||
TWINE_PASSWORD: ${{ secrets.PIP_REPOSITORY_API_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
TWINE_PASSWORD: ${{ secrets.MX_GITEA_BOT_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.MX_GITEA_BOT_TOKEN }}
|
||||
run: |
|
||||
pip install python-semantic-release==9.* wheel build twine
|
||||
semantic-release --config ./ci/semantic_release.toml version
|
||||
|
||||
Reference in New Issue
Block a user