We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7283237 commit 8d1aaf1Copy full SHA for 8d1aaf1
.github/workflows/python-publish.yml
@@ -35,5 +35,5 @@ jobs:
35
- name: Publish package
36
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37
with:
38
- user: __token__
+ user: parkerdinkins
39
password: ${{ secrets.PYPI_API_TOKEN }}
pyproject.toml
@@ -27,7 +27,6 @@ classifiers=[
27
'Programming Language :: Python :: 3.12',
28
]
29
keywords = "gis api sdk"
30
-packages = find:
31
install_requires = [
32
"requests"
33
0 commit comments