72 exception keyerror ip in process user #8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release and publish | |
on: | |
pull_request: | |
types: | |
- closed | |
# discard previous execution if you commit to a branch that is already running | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
release_and_tag: | |
uses: ./.github/workflows/_release_and_tag.yml | |
secrets: inherit | |
with: | |
publish_on_pypi: false | |
publish_on_test_pypi: false | |
publish_on_npm: false | |
publish_on_twitter: false |