Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conda.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: conda
version: 23.7.3
epoch: 0
epoch: 1
description: "A system-level, binary package and environment manager running on all major operating systems and platforms."
copyright:
- license: BSD-3-Clause
Expand Down Expand Up @@ -38,7 +38,7 @@ pipeline:
expected-commit: a9b1838f059501528e6f48c35972fd5f379dec0a

- runs: |
pip install hatch
pip install hatch conda-package-handling
hatch build
python3 -m installer -d "${{targets.destdir}}" dist/conda*.whl

Expand Down