Skip to content

Commit 9374576

Browse files
authored
Update Workflow + Readme (#11)
* Minor Update PyPI * Added licence Badge
1 parent 273fe97 commit 9374576

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
- name: Publish package distributions to PyPI
7979
uses: pypa/gh-action-pypi-publish@release/v1
8080
with:
81-
packages-dir: dist
81+
packages-dir: dist/artifact

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<img align="right" width="175" height="175" src="./CDC.png"></img>
22
## CondaDependencyCleaner
33
![CI Status](https://github.com/oliverweissl/CondaDependencyCleaner/actions/workflows/main.yml/badge.svg)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
45

56
A tool that helps make your conda environment files more lightweight by removing unnecessary transitive dependencies, leaving only what’s essential.
67
It's a work-in-progress project, and we welcome feedback!

0 commit comments

Comments
 (0)