-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: pavelzw <[email protected]>
- Loading branch information
1 parent
521a7f3
commit 30bee9e
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,11 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Build conda package | ||
uses: prefix-dev/[email protected].0 | ||
uses: prefix-dev/[email protected].1 | ||
``` | ||
> [!WARNING] | ||
> Since rattler-build is still experimental and the API can change in minor versions, please pin this action to its minor version, i.e., `prefix-dev/[email protected].0`. | ||
> Since rattler-build is still experimental and the API can change in minor versions, please pin this action to its minor version, i.e., `prefix-dev/[email protected].1`. | ||
> [!TIP] | ||
> Please make sure to have private repositories enabled for dependabot, otherwise dependabot will fail silently for your repository. | ||
> | ||
|
@@ -81,7 +81,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Build conda package | ||
uses: prefix-dev/[email protected].0 | ||
uses: prefix-dev/[email protected].1 | ||
with: | ||
# needs to be unique for each matrix entry | ||
artifact-name: package-${{ matrix.target-platform }} | ||
|
@@ -98,7 +98,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Build conda package | ||
uses: prefix-dev/[email protected].0 | ||
uses: prefix-dev/[email protected].1 | ||
- run: | | ||
for pkg in $(find output -type f \( -name "*.conda" -o -name "*.tar.bz2" \) ); do | ||
echo "Uploading ${pkg}" | ||
|
@@ -128,7 +128,7 @@ jobs: | |
echo '{"my.quetz.server": {"CondaToken": "${{ secrets.QUETZ_API_KEY }}"}}' > "$RATTLER_AUTH_FILE" | ||
echo "RATTLER_AUTH_FILE=$RATTLER_AUTH_FILE" >> "$GITHUB_ENV" | ||
- name: Build conda package | ||
uses: prefix-dev/[email protected].0 | ||
uses: prefix-dev/[email protected].1 | ||
with: | ||
build-args: -c conda-forge -c https://my.quetz.server/get/my-channel | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = "0.1.0" | ||
version = "0.1.1" |