Skip to content

Commit

Permalink
pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Apr 23, 2020
1 parent c10e3a4 commit 29a6a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload_package.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine jupyter urllib3 pandas yaml
pip install setuptools wheel twine jupyter urllib3 pandas pyyaml
python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
Expand Down
2 changes: 1 addition & 1 deletion geosnap/__init__.py
@@ -1,4 +1,4 @@
__version__ = "0.2.1.rc7"
__version__ = "0.2.1.rc8"

r"""
Expand Down

0 comments on commit 29a6a44

Please sign in to comment.