Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiliç Ilkan Fabrice committed Aug 31, 2023
1 parent bfaae96 commit c7224f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@
setup_requires=['setuptools_scm'],
author="Blue Brain Project, EPFL",
author_email="",
use_scm_version={
'version_scheme': 'python-simplified-semver',
'local_scheme': 'no-local-version'
},
description="Blue Brain Python E-Model Building Library",
long_description=README,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit c7224f4

Please sign in to comment.