Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Commit 625bae9

Browse files
committed
tk
1 parent fc674a0 commit 625bae9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ jobs:
7474
- name: Upload to Anaconda.org
7575
run: |
7676
PATH="/usr/share/miniconda/bin/:$PATH"
77-
anaconda login --username mrbuche --password ${{ secrets.ANACONDA_PASSWORD }}
78-
anaconda upload --force /usr/share/miniconda/conda-bld/noarch/statmechcrack*.tar.bz2
79-
anaconda logout
77+
export ANACONDA_API_TOKEN=${{ secrets.ANACONDA_TOKEN }}
78+
anaconda upload --user mrbuche --force /usr/share/miniconda/conda-bld/noarch/statmechcrack*.tar.bz2
8079
- name: Give upload time before downloading
8180
run: sleep 234s
8281
test-anaconda:

statmechcrack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .monte_carlo import CrackMonteCarlo
1010

1111

12-
__version__ = "0.2.2"
12+
__version__ = "0.2.3"

0 commit comments

Comments
 (0)