Skip to content

Commit

Permalink
Use build
Browse files Browse the repository at this point in the history
  • Loading branch information
WittmannF committed Nov 16, 2023
1 parent f06b0f6 commit 385f40c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine bump2version
pip install build twine bump2version
- name: Configure Git
run: |
Expand All @@ -41,5 +41,5 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python setup.py sdist bdist_wheel
python -m build
twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sortgs',
version='0.0.1',
version='1.0.0',
author='Fernando Marcos Wittmann',
#author_email='fernando.wittmann[at]gmail[dot]com',
description='A Python tool to rank Google Scholar publications by citations.',
Expand Down

0 comments on commit 385f40c

Please sign in to comment.