Skip to content

Commit

Permalink
Add platform_all: true
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestoLoma committed Aug 14, 2024
1 parent 5d77e1a commit 6140c03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_upload_conda_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
with:
meta_yaml_dir: .conda-envs
python-version: ${{ matrix.python-version }} # Values previously defined in `matrix`
all: true
platform_all: true
user: atlanhq
label: main
token: ${{ secrets.ANACONDA_API_TOKEN }}
upload: true
overwrite: true

0 comments on commit 6140c03

Please sign in to comment.