Skip to content

Commit 853538d

Browse files
authored
Merge pull request #41 from /issues/39
Conan center remote
2 parents 182b7d4 + a0c379a commit 853538d

File tree

9 files changed

+634
-454
lines changed

9 files changed

+634
-454
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ jobs:
119119
mv source-distribution/*.tar.gz wheel-*/*.whl dist
120120
121121
- name: Publish distribution 📦 to Test PyPI
122-
if: ${{ github.ref != 'refs/tags/v2.2.3' }}
122+
if: ${{ github.ref != 'refs/tags/v2.2.4' }}
123123
uses: pypa/gh-action-pypi-publish@master
124124
with:
125125
password: ${{ secrets.TEST_PYPI_TOKEN }}
126126
repository_url: https://test.pypi.org/legacy/
127127

128128
- name: Publish distribution 📦 to PyPI
129-
if: ${{ github.ref == 'refs/tags/v2.2.3' }}
129+
if: ${{ github.ref == 'refs/tags/v2.2.4' }}
130130
uses: pypa/gh-action-pypi-publish@master
131131
with:
132132
password: ${{ secrets.PYPI_TOKEN }}

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12...4.0)
22

33
project(
44
s2let
5-
VERSION "2.2.3"
5+
VERSION "2.2.4"
66
DESCRIPTION "Fast wavelets on the sphere"
77
HOMEPAGE_URL "http://astro-informatics.github.io/s2let/"
88
LANGUAGES C)

cmake/conan_dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ conan_cmake_install(
2020
BUILD
2121
missing
2222
REMOTE
23-
conan-center
23+
conancenter
2424
SETTINGS
2525
${settings})

conanfile.py

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)