Skip to content

Commit 2456dc0

Browse files
authored
Merge pull request #4 from nerohmot/main
enabling CD workflow
2 parents 9a81389 + 024c7a3 commit 2456dc0

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/workflows/CD.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Build package
3838
run: python -m build
3939

40-
# - name: Publish package
41-
# uses: pypa/gh-action-pypi-publish
42-
# with:
43-
# user: __token__
44-
# password: ${{ secrets.PYPI_TOKEN }}
40+
- name: Publish package
41+
uses: pypa/gh-action-pypi-publish
42+
with:
43+
user: __token__
44+
password: ${{ secrets.PYPI_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"packaging",
28+
"mamba",
2829
"pyfiglet>=0.8",
2930
"questionary==1.10.0",
3031
]

requirements/run.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)