Skip to content

Commit

Permalink
Merge pull request #27 from GMOD/automate_build2
Browse files Browse the repository at this point in the history
correct typo in release workflow
  • Loading branch information
teresam856 authored Jan 31, 2022
2 parents dc7da63 + 92c7694 commit bcaf0ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python 🐍 distributions 📦 TestPyPI
name: Publish Python 🐍 distributions 📦 PyPI
on:
push:
branches:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Test with pytest
run: |
pytest tests -v
- name: Build and publish to TestPyPI
- name: Build and publish to PyPI
run: |
# Install the package from setup.py
python3 setup.py install
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="jbrowse-jupyter",
version="1.1.0",
version="1.1.1",
author="Teresa De Jesus Martinez",
author_email="[email protected]",
maintainer="Teresa De Jesus Martinez; JBrowse Team",
Expand Down

0 comments on commit bcaf0ea

Please sign in to comment.