Browse Source

ci: reformat

pull/373/head
Parodi, Eugenio 🌶 12 months ago
parent
commit
a476b6eab1
  1. 0
      .github/workflows/release-doc.yml
  2. 0
      .github/workflows/release-sandbox-bin.yml
  3. 0
      .github/workflows/release-sandbox.yml
  4. 12
      .github/workflows/release.yml

0
.github/workflows/release_doc.yml → .github/workflows/release-doc.yml

0
.github/workflows/release_sandbox_bin.yml → .github/workflows/release-sandbox-bin.yml

0
.github/workflows/release_sandbox.yml → .github/workflows/release-sandbox.yml

12
.github/workflows/release.yml

@ -156,14 +156,14 @@ jobs:
pyTermTk-deploy-sandbox:
name: Deploy pyTermTk Sandbox
uses: ./.github/workflows/release_sandbox.yml
uses: ./.github/workflows/release-sandbox.yml
needs: release-please
secrets: inherit
pyTermTk-deploy-sandbox-bin:
if: ${{ fromJson(needs.release-please.outputs.rp_out)['libs/pyTermTk--release_created'] }}
name: Deploy pyTermTk Sandbox Binaries
uses: ./.github/workflows/release_sandbox_bin.yml
uses: ./.github/workflows/release-sandbox-bin.yml
needs:
- release-please
- pyTermTk-deploy-artifacts
@ -172,7 +172,7 @@ jobs:
pyTermTk-deploy-docs:
if: ${{ fromJson(needs.release-please.outputs.rp_out)['libs/pyTermTk--release_created'] }}
name: Deploy pyTermTk Docs
uses: ./.github/workflows/release_doc.yml
uses: ./.github/workflows/release-doc.yml
needs:
- release-please
- pyTermTk-deploy-artifacts
@ -189,9 +189,3 @@ jobs:
- release-please
secrets: inherit
# pyTermTk-deploy-build:
# if: ${{ fromJson(needs.release-please.outputs.rp_out)['libs/pyTermTk--release_created'] }}
# name: Deploy pyTermTk to pypi
# shell: bash
# run: |
# gh release upload ${TAG_NAME} tmp/TermTk.tgz

Loading…
Cancel
Save