From 36cf2d65242daf945b1e66ecd98eca4123548e9f Mon Sep 17 00:00:00 2001 From: lalitpagaria Date: Thu, 29 Apr 2021 09:42:51 +0200 Subject: [PATCH] Fixing conda release issue --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 2 +- conda/meta.yaml | 1 - setup.py | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 238d877..ed099e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 675ae2e..ff9ab72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,4 +39,4 @@ jobs: with: subdir: 'conda' anacondatoken: ${{ secrets.ANACONDA_TOKEN }} - platforms: 'linux' # since we are building noarch package \ No newline at end of file + platforms: 'win osx linux' \ No newline at end of file diff --git a/conda/meta.yaml b/conda/meta.yaml index 0d0aa83..e4ac092 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -12,7 +12,6 @@ source: build: number: 0 script: "{{ PYTHON }} -m pip install . -vv" - noarch: python requirements: build: diff --git a/setup.py b/setup.py index e3655a3..0cd4849 100644 --- a/setup.py +++ b/setup.py @@ -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",