Skip to content

Commit

Permalink
0.1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
pdinkins committed Dec 4, 2023
1 parent 7283237 commit 8d1aaf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
user: parkerdinkins
password: ${{ secrets.PYPI_API_TOKEN }}
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ classifiers=[
'Programming Language :: Python :: 3.12',
]
keywords = "gis api sdk"
packages = find:
install_requires = [
"requests"
]
Expand Down

0 comments on commit 8d1aaf1

Please sign in to comment.