Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jan 31, 2024
1 parent 1930df5 commit 87f8297
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,44 +80,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.ref || github.sha }}
cancel-in-progress: true

# jobs:

# release:
# name: PyPI - ${{ inputs.deploy-to }}
# runs-on: ubuntu-latest
# environment:
# name: ${{ inputs.deploy-to }}
# permissions:
# id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

# steps:
# - name: Check out repository
# uses: actions/checkout@v4
# with:
# persist-credentials: false

# - name: "Set up Python & Hatch - 3.11"
# uses: ./.github/actions/setup-python-hatch
# with:
# python-version: "3.11"

# - name: Build artifacts
# run: hatch build
# shell: bash

# - name: Check artifacts
# run: hatch run build:check-all
# shell: bash

# - name: Publish artifacts to PyPI Test
# if: inputs.deploy-to == 'PypiTest'
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# repository-url: https://test.pypi.org/legacy/

# - name: Publish artifacts to PyPI Prod
# if: inputs.deploy-to == 'PypiProd'
# uses: pypa/gh-action-pypi-publish@release/v1
jobs:
log-inputs:
name: Log Inputs
Expand Down

0 comments on commit 87f8297

Please sign in to comment.