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

Commit 6bd5807

Browse files
committed
feat: update
1 parent 599cdf2 commit 6bd5807

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
if: startsWith(github.ref, 'refs/tags')
3030
uses: pypa/[email protected]
3131
with:
32+
skip_existing: true
3233
password: ${{ secrets.PYPI_TOKEN }}
3334
- name: publish-to-conda
3435
if: startsWith(github.ref, 'refs/tags')

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set data = load_setup_py_data(setup_file='conda_setup.py') %}
1+
{% set data = load_setup_py_data(setup_file='setup.py') %}
22
{% set version = data.get('version') %}
33

44
package:
File renamed without changes.

0 commit comments

Comments
 (0)