Skip to content

Commit

Permalink
Create python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RJbalikian authored Oct 3, 2023
1 parent d00ebbf commit b780107
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Python Package using Conda (MichaelsJP)

on:
workflow_dispatch

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: publish-to-conda
uses: MichaelsJP/conda-package-publish-action@v1.0.0
with:
subDir: 'conda'
AnacondaToken: ${{ secrets.CONDA_INITIALIZE }}
platforms: 'all'
override: true
dry_run: false

0 comments on commit b780107

Please sign in to comment.