Skip to content

Commit

Permalink
Merge pull request #7 from physicscore/main
Browse files Browse the repository at this point in the history
Merge release action update
  • Loading branch information
YooSunYoung authored Jul 20, 2023
2 parents 76ebe73 + d437704 commit 6099196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
python-version: '3.10'

- run: conda install -c conda-forge --yes anaconda-client
- run: anaconda --token ${{ secrets.ANACONDATOKEN }} upload --user scipp --label main $(ls conda-package-*/*/*.tar.bz2)
- run: anaconda --token ${{ secrets.ANACONDATOKEN }} upload --user physicscore --label main $(ls conda-package-*/*/*.tar.bz2)
manage-versions:
name: Manage Versions

Expand Down

0 comments on commit 6099196

Please sign in to comment.