Skip to content

Commit

Permalink
Merge pull request #20 from VasudhaJha/feature/export-all-files
Browse files Browse the repository at this point in the history
fix publish workflow
  • Loading branch information
VasudhaJha authored Jul 10, 2023
2 parents 99a9135 + cb795e4 commit fac435d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish to PyPI

on:
workflow_run:
workflows: ["Release"]
workflows: ["Create GitHub Release"]
types: [completed]
branches: [main]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="genomap",
version="1.0.1",
version="1.0.2",
author="Md Tauhidul Islam",
author_email="[email protected]",
description="Genomap converts tabular gene expression data into spatially meaningful images.",
Expand Down

0 comments on commit fac435d

Please sign in to comment.