Skip to content

Commit 8d1aaf1

Browse files
committed
0.1.03
1 parent 7283237 commit 8d1aaf1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
- name: Publish package
3636
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3737
with:
38-
user: __token__
38+
user: parkerdinkins
3939
password: ${{ secrets.PYPI_API_TOKEN }}

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ classifiers=[
2727
'Programming Language :: Python :: 3.12',
2828
]
2929
keywords = "gis api sdk"
30-
packages = find:
3130
install_requires = [
3231
"requests"
3332
]

0 commit comments

Comments
 (0)