Skip to content

Commit

Permalink
removed conda release
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Nov 30, 2023
1 parent 9765cfd commit e031401
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,43 +231,6 @@ jobs:
SLACK_TITLE: ":warning: Attention Required :warning:"
SLACK_WEBHOOK: ${{ secrets.SLACK_ALERT_WEBHOOK }}

conda:
needs: pypi
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
steps:
- name: Check for stable release
if: github.event.inputs.stable_version && !inputs.prerelease
run: echo "STABLE=true" >> $GITHUB_ENV
- name: Conda skeleton publish
uses: AgnostiqHQ/conda-skeleton-publish@main
if: ${{ !github.event.inputs.test_release }}
with:
pypi_package: "covalent"
python_version: ${{ matrix.python-version }}
upload_channel: "agnostiq"
access_token: ${{ secrets.ANACONDA_TOKEN }}
package_version: ${{ needs.pypi.outputs.version }}
stable: ${{ env.STABLE }}
wait: true
- name: Alert Slack
if: failure()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_CHANNEL: "covalent-ci"
SLACK_USERNAME: "CovalentOpsBot"
SLACK_MESSAGE: "The release.yml workflow is failing in ${{ github.ref }}!"
SLACK_COLOR: ${{ job.status }}
SLACK_TITLE: ":warning: Attention Required :warning:"
SLACK_WEBHOOK: ${{ secrets.SLACK_ALERT_WEBHOOK }}

docker:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e031401

Please sign in to comment.