Skip to content

Commit 5abc263

Browse files
committed
Merge pull request #224 from MoseleyBioinformaticsLab/verbose
adds verbose flag to publish pypi action
2 parents 62564c4 + ef0cc76 commit 5abc263

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
3131
password: ${{ secrets.API_TOKEN }}
32-
repository-url: ${{ inputs.repository_url }}
32+
repository-url: ${{ inputs.repository_url }}
33+
verbose: 'true'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
'Operating System :: OS Independent',
1717
'Programming Language :: Python :: 3.10',
1818
'Topic :: Software Development :: Libraries :: Python Modules',
19-
'Topic :: Scientific/Engineering :: Medical Science Apps',
19+
'Topic :: Scientific/Engineering :: Medical Science Apps.',
2020
'Topic :: Scientific/Engineering :: Chemistry',
2121
'Topic :: Scientific/Engineering :: Bio-Informatics',
2222
'Typing :: Typed'

0 commit comments

Comments
 (0)