Skip to content

Commit

Permalink
Merge pull request #41 from /issues/39
Browse files Browse the repository at this point in the history
Conan center remote
  • Loading branch information
mdavezac committed Sep 29, 2021
2 parents 182b7d4 + a0c379a commit 853538d
Show file tree
Hide file tree
Showing 9 changed files with 634 additions and 454 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Expand Up @@ -119,14 +119,14 @@ jobs:
mv source-distribution/*.tar.gz wheel-*/*.whl dist
- name: Publish distribution 📦 to Test PyPI
if: ${{ github.ref != 'refs/tags/v2.2.3' }}
if: ${{ github.ref != 'refs/tags/v2.2.4' }}
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/

- name: Publish distribution 📦 to PyPI
if: ${{ github.ref == 'refs/tags/v2.2.3' }}
if: ${{ github.ref == 'refs/tags/v2.2.4' }}
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12...4.0)

project(
s2let
VERSION "2.2.3"
VERSION "2.2.4"
DESCRIPTION "Fast wavelets on the sphere"
HOMEPAGE_URL "http://astro-informatics.github.io/s2let/"
LANGUAGES C)
Expand Down
2 changes: 1 addition & 1 deletion cmake/conan_dependencies.cmake
Expand Up @@ -20,6 +20,6 @@ conan_cmake_install(
BUILD
missing
REMOTE
conan-center
conancenter
SETTINGS
${settings})
64 changes: 0 additions & 64 deletions conanfile.py

This file was deleted.

0 comments on commit 853538d

Please sign in to comment.