Skip to content

Commit

Permalink
Added env file specifically for packaing/PyPI uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
timbernat committed Dec 19, 2024
1 parent c1a1255 commit 81401ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions devtools/conda-envs/packaging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# minimum requirements to package and upload to PyPI
name: packaging
channels:
- conda-forge
dependencies:
# Basic Python dependencies
- python
- pip

# Unit testing
- build
- twine
- sphinx

0 comments on commit 81401ce

Please sign in to comment.