From d6d88a9a4393683a7ff0851bab85c34443af8e66 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Sun, 17 Jan 2021 12:17:15 -0500 Subject: [PATCH 1/3] add token user to pypi step --- .github/workflows/release_and_publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_and_publish.yml b/.github/workflows/release_and_publish.yml index f291ea10..b529c7c4 100644 --- a/.github/workflows/release_and_publish.yml +++ b/.github/workflows/release_and_publish.yml @@ -24,6 +24,7 @@ jobs: - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@master with: + user: __token__ password: ${{ secrets.pypi_password }} - name: Run Changelog run: | From 1d38f2e2727921249a136d37d49dd337f7fecab2 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Sun, 17 Jan 2021 12:36:19 -0500 Subject: [PATCH 2/3] remove locate and transport dirs --- spopt/locate/__init__.py | 0 spopt/transport/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 spopt/locate/__init__.py delete mode 100644 spopt/transport/__init__.py diff --git a/spopt/locate/__init__.py b/spopt/locate/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/spopt/transport/__init__.py b/spopt/transport/__init__.py deleted file mode 100644 index e69de29b..00000000 From bc6cbb51fcfd8cd8fbdd86eb4197c5d45b8c4189 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Sun, 17 Jan 2021 12:45:04 -0500 Subject: [PATCH 3/3] remove mention in README --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 2a912e15..e56b7079 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,6 @@ mexico.plot(column="maxp_new", categorical=True, figsize=(12,8), ec="w");

-### Facility Location - -Coming Soon. - -### Transportation & Routing - -Coming Soon. - ## Examples More examples can be found in the [Tutorials](https://pysal.org/spopt/tutorial.html) section of the documentation.