Skip to content

Commit

Permalink
Merge pull request #209 from gwaybio/update-about-version
Browse files Browse the repository at this point in the history
Updating `__about__.py` version and fixing pyPI upload action
  • Loading branch information
gwaybio authored Jun 20, 2022
2 parents f8ce3b4 + 2beba2c commit fcf03b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true
3 changes: 1 addition & 2 deletions pycytominer/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
__project__ = "pycytominer"
__author__ = "Gregory Way"
__version__ = "0.1"
__version__ = "0.2.0"
__license__ = "BSD 3-Clause License"
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
description="Processing perturbation profiling readouts.",
long_description=long_description,
long_description_content_type="text/markdown",
author=about["__author__"],
author_email="[email protected]",
url="https://github.com/cytomining/pycytominer",
packages=find_packages(),
license=about["__license__"],
Expand Down

0 comments on commit fcf03b6

Please sign in to comment.