Skip to content

Commit

Permalink
rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Feb 25, 2020
1 parent f2df91d commit b404bfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: publish-to-conda
uses: maxibor/conda-package-publish-action@v1
uses: maxibor/conda-package-publish-action@v1.1
with:
subDir: 'conda'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'Conda Package Publish Action'
description: 'Build and Publish conda package'
author: 'Andrew Prokhorenkov'
name: 'Publish Conda package to Anaconda.org'
description: 'Build and Publish conda package to Anaconda'
author: 'Andrew Prokhorenkov, modified by Maxime Borry'
branding:
icon: 'package'
color: 'purple'
inputs:
subDir:
description: 'Sub-directory with project'
description: 'Sub-directory with conda recipe'
default: '.'
AnacondaToken:
description: 'Anaconda access Token'
Expand Down

0 comments on commit b404bfb

Please sign in to comment.