Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk committed Aug 16, 2020
1 parent 599cdf2 commit 6bd5807
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/[email protected]
with:
skip_existing: true
password: ${{ secrets.PYPI_TOKEN }}
- name: publish-to-conda
if: startsWith(github.ref, 'refs/tags')
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set data = load_setup_py_data(setup_file='conda_setup.py') %}
{% set data = load_setup_py_data(setup_file='setup.py') %}
{% set version = data.get('version') %}

package:
Expand Down
File renamed without changes.

0 comments on commit 6bd5807

Please sign in to comment.