Skip to content

Commit

Permalink
tk
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Oct 13, 2022
1 parent fc674a0 commit 625bae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ jobs:
- name: Upload to Anaconda.org
run: |
PATH="/usr/share/miniconda/bin/:$PATH"
anaconda login --username mrbuche --password ${{ secrets.ANACONDA_PASSWORD }}
anaconda upload --force /usr/share/miniconda/conda-bld/noarch/statmechcrack*.tar.bz2
anaconda logout
export ANACONDA_API_TOKEN=${{ secrets.ANACONDA_TOKEN }}
anaconda upload --user mrbuche --force /usr/share/miniconda/conda-bld/noarch/statmechcrack*.tar.bz2
- name: Give upload time before downloading
run: sleep 234s
test-anaconda:
Expand Down
2 changes: 1 addition & 1 deletion statmechcrack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from .monte_carlo import CrackMonteCarlo


__version__ = "0.2.2"
__version__ = "0.2.3"

0 comments on commit 625bae9

Please sign in to comment.