We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62564c4 + ef0cc76 commit 5abc263Copy full SHA for 5abc263
2 files changed
.github/workflows/pypi.yml
@@ -29,4 +29,5 @@ jobs:
29
uses: pypa/gh-action-pypi-publish@release/v1
30
with:
31
password: ${{ secrets.API_TOKEN }}
32
- repository-url: ${{ inputs.repository_url }}
+ repository-url: ${{ inputs.repository_url }}
33
+ verbose: 'true'
pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
16
'Operating System :: OS Independent',
17
'Programming Language :: Python :: 3.10',
18
'Topic :: Software Development :: Libraries :: Python Modules',
19
- 'Topic :: Scientific/Engineering :: Medical Science Apps',
+ 'Topic :: Scientific/Engineering :: Medical Science Apps.',
20
'Topic :: Scientific/Engineering :: Chemistry',
21
'Topic :: Scientific/Engineering :: Bio-Informatics',
22
'Typing :: Typed'
0 commit comments