Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0
  • Loading branch information
jtherrmann authored Sep 3, 2024
2 parents 33d835e + 9528f47 commit e4fd248
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 @@ -31,7 +31,7 @@ jobs:
python -m build
- name: upload to PyPI.org
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.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 @@ -8,7 +8,7 @@ dependencies:
- pip
# For packaging, and testing
# - arcpy # windows only
- build
- python-build
- flake8
- flake8-import-order
- flake8-blind-except
Expand Down

0 comments on commit e4fd248

Please sign in to comment.