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
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
conda config --set anaconda_upload yes
conda upload --user AngryMaciek hypercomplex --token ANACONDA_TOKEN
anaconda upload --user AngryMaciek hypercomplex --token ANACONDA_TOKEN

DockerHub:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -126,6 +126,8 @@ jobs:

- name: Checkout Repository
uses: actions/checkout@v3
with:
token: ${{ secrets.CHANGELOG_TOKEN }}

- name: Update CHANGELOG
uses: requarks/changelog-action@v1
Expand All @@ -140,5 +142,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: master
commit_user_name: AngryMaciek
commit_user_email: wsciekly.maciek@gmail.com
commit_message: 'docs: CHANGELOG.md auto update'
push_options: --force
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.10/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/hypercomplex)
[![DockerHub](https://badgen.net/badge/icon/2.0.11/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.10
v2.0.11