Skip to content

Commit

Permalink
Fixing conda release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitpagaria committed Apr 29, 2021
1 parent 2ccf7e5 commit 36cf2d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.7
- name: Set up Python 3.6
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.6

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
with:
subdir: 'conda'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'linux' # since we are building noarch package
platforms: 'win osx linux'
1 change: 0 additions & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ source:
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
noarch: python

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_dependency_links(filename):

setup(
name="reddit-rss-reader",
version="1.3.1",
version="1.3.2",
author="Lalit Pagaria",
author_email="pagaria.lalit@gmail.com",
description="A Wrapper around Reddit RSS feed",
Expand Down

0 comments on commit 36cf2d6

Please sign in to comment.