From ebca738577ede217c8eebbad3bcef371aa3eb0e3 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Wed, 7 Jul 2021 20:22:30 -0400 Subject: [PATCH 1/2] comment out publish to pypi section --- .github/workflows/release_and_publish.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release_and_publish.yml b/.github/workflows/release_and_publish.yml index 4b48bbe..f769a56 100644 --- a/.github/workflows/release_and_publish.yml +++ b/.github/workflows/release_and_publish.yml @@ -13,7 +13,7 @@ on: workflow_dispatch: inputs: version: - description: Manual CI Reason + description: Manual Release Reason default: test required: false @@ -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 }} From 58dba99281979b6fdb3e8a499a74de119d9bbb1d Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Wed, 7 Jul 2021 20:23:34 -0400 Subject: [PATCH 2/2] bump version --- nhgisxwalk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhgisxwalk/__init__.py b/nhgisxwalk/__init__.py index a701d87..b52dafe 100644 --- a/nhgisxwalk/__init__.py +++ b/nhgisxwalk/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" """ # `nhgisxwalk` --- IPUMS/NHGIS Census Crosswalk and Atom Generator