Skip to content

Commit

Permalink
ci: temporarily disable publishing (#46)
Browse files Browse the repository at this point in the history
Avoid releasing many intermediate versions with incomning breaking
changes.
  • Loading branch information
mbelak-dtml authored Aug 1, 2023
1 parent 8425276 commit 7c6ab67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ concurrency:
jobs:
publish-python:
runs-on: ubuntu-22.04 # convco needs GLIBC_2.32 which is not in 20.04
if: false
environment: publish
outputs:
new_version: ${{ steps.set-vars.outputs.new_version }}
Expand Down

0 comments on commit 7c6ab67

Please sign in to comment.