Skip to content

Commit

Permalink
Revert "update conda build and upload"
Browse files Browse the repository at this point in the history
This reverts commit ac06f0a.
  • Loading branch information
T.Tian committed Aug 6, 2020
1 parent ac06f0a commit 4cf5031
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/conda-upload.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Upload Python Package

on:
release:
types: [published]
types: [created]

jobs:
deploy:
Expand Down
4 changes: 1 addition & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% set version = data['version'] %}

package:
name: renishaw_wire
name: renishawwire
version: {{ data['version'] }}

source:
Expand All @@ -21,8 +21,6 @@ requirements:
run:
- python
- numpy >=1.12.0
- Pillow >=3.4.0
- matplotlib >=2.1.0

test:
imports:
Expand Down

0 comments on commit 4cf5031

Please sign in to comment.