Skip to content

Commit 68ff7ee

Browse files
author
André Böni
committed
+ bug fix automated conda publish
1 parent 6960fa3 commit 68ff7ee

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ jobs:
123123
with:
124124
repository-url: https://test.pypi.org/legacy/
125125

126-
name: publish_conda
127-
128-
129126
publish-to-conda:
130127
runs-on: ubuntu-latest
131128
steps:

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "gaitalytics" %}
2-
{% set version = '0.2.1.post1' %}
2+
{% set version = '0.2.1.post2' %}
33

44

55
package:

0 commit comments

Comments
 (0)