Skip to content

Commit

Permalink
feat(ci): add pixi pyproject.toml support
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Apr 18, 2024
1 parent 106ff0f commit 63e085d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ jobs:
pixi-version: v0.19.1
cache: false
manifest-path: "pyproject.toml"
auth-host: https://repo.prefix.dev
auth-host: https://prefix.dev/api/v1/upload/dewret
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
- name: Upload to prefix.dev
run: pixi upload https://repo.prefix.dev/dewret output/**/*.conda
run: pixi upload https://prefix.dev/api/v1/upload/dewret output/**/*.conda

github-release:
name: >-
Expand Down

0 comments on commit 63e085d

Please sign in to comment.