Skip to content

Commit

Permalink
Merge pull request #125 from jGaboardi/no_pypi_push
Browse files Browse the repository at this point in the history
remove pypi push
  • Loading branch information
jGaboardi authored Jul 8, 2021
2 parents 8ec7f95 + 58dba99 commit 96fe7ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
workflow_dispatch:
inputs:
version:
description: Manual CI Reason
description: Manual Release Reason
default: test
required: false

Expand Down Expand Up @@ -60,8 +60,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
#- name: Publish distribution 📦 to PyPI
# uses: pypa/gh-action-pypi-publish@master
# with:
# user: __token__
# password: ${{ secrets.PYPI_PASSWORD }}
2 changes: 1 addition & 1 deletion nhgisxwalk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.1.2"
"""
# `nhgisxwalk` --- IPUMS/NHGIS Census Crosswalk and Atom Generator
Expand Down

0 comments on commit 96fe7ac

Please sign in to comment.