Skip to content

Commit

Permalink
Update .github/workflows/build_wheels_and_publish.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Eric G. Kratz <kratman@users.noreply.github.com>
  • Loading branch information
arjxn-py and kratman authored Jun 25, 2024
1 parent 25da440 commit 3d922d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
with:
artifacts_path: files/
anaconda_nightly_upload_organization: # TODO: create
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }} # TODO: configure
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}

publish_pypi:
# This job is only of value to PyBaMM and would always be skipped in forks
Expand Down

0 comments on commit 3d922d0

Please sign in to comment.