Skip to content

Commit

Permalink
Merge pull request #234 from ASFHyP3/dependabot/github_actions/pypa/g…
Browse files Browse the repository at this point in the history
…h-action-pypi-publish-1.9.0

Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
  • Loading branch information
AndrewPlayer3 authored Jun 25, 2024
2 parents a99eda5 + 89e0df9 commit 95e4bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m build
- name: upload to PyPI.org
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.TOOLS_PYPI_PAK }}
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
# - esri # windows only
- nodefaults
dependencies:
- python>=3.8
- python>=3.8, <3.12
- pip
# For packaging, and testing
# - arcpy # windows only
Expand Down

0 comments on commit 95e4bff

Please sign in to comment.