Skip to content

Commit

Permalink
Merge pull request #7456 from nabobalis/upload
Browse files Browse the repository at this point in the history
Upload to scientific-python-nightly-wheels instead
  • Loading branch information
nabobalis committed Feb 27, 2024
2 parents bf6eb58 + 0511ea4 commit fe051f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@main
with:
upload_to_anaconda: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
anaconda_user: sunpy
anaconda_user: scientific-python-nightly-wheels
anaconda_package: sunpy
anaconda_keep_n_latest: -1
python-version: "3.10"
Expand All @@ -222,7 +222,7 @@ jobs:
SUNPY_NO_BUILD_ANA_EXTENSION: 1
secrets:
pypi_token: ${{ secrets.pypi_token }}
anaconda_token: ${{ secrets.anaconda_token }}
anaconda_token: ${{ secrets.anaconda_org_upload_token }}

notify:
if: always() && github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit fe051f7

Please sign in to comment.