Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Install conda build suite
shell: bash -l {0}
run: conda install conda-build conda-verify numpy
run: conda install anaconda-client conda-build conda-verify numpy

- name: Conda Info
shell: bash -l {0}
Expand All @@ -90,12 +90,13 @@ jobs:
shell: bash -l {0}
run: conda build . -c conda-forge

- name: Publish to Anaconda.org
uses: m0nhawk/conda-package-publish-action@master
with:
subDir: '.'
AnacondaUsername: AngryMaciek
AnacondaPassword: ${{ secrets.ANACONDA_PASSWORD }}
- name: Upload to Anaconda.org
shell: bash -l {0}
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
conda config --set anaconda_upload yes
conda upload --user AngryMaciek hypercomplex --token ANACONDA_TOKEN

DockerHub:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -130,7 +131,7 @@ jobs:
uses: requarks/changelog-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${${GITHUB_REF##*/}:1}
tag: ${{ github.ref_name }}
excludeTypes: docs,other
includeRefIssues: false
reverseOrder: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![CodeFactor](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex/badge)](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex)
[![publish](https://github.com/AngryMaciek/hypercomplex/workflows/publish/badge.svg)](https://github.com/AngryMaciek/hypercomplex/actions?query=workflow%3Apublish)
[![conda](https://anaconda.org/angrymaciek/hypercomplex/badges/version.svg)](https://anaconda.org/AngryMaciek/hypercomplex)
[![DockerHub](https://badgen.net/badge/icon/2.0.9/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/capsule)
[![DockerHub](https://badgen.net/badge/icon/2.0.10/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/hypercomplex)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05272/status.svg)](https://doi.org/10.21105/joss.05272)

<img src="img/logo.png" alt="drawing" height="30"/>
Expand Down
2 changes: 1 addition & 1 deletion hypercomplex/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.9
v2.0.10