Skip to content

Commit

Permalink
Merge pull request uncscode#517 from uncscode/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/pypa/gh-action-pypi-publish-1.11.0

Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0
  • Loading branch information
mahf708 authored Nov 4, 2024
2 parents 1f0fbc8 + cc967dd commit dddf7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
folder: site # Assuming mkdocs build output is the default 'site' directory

- name: Preview Documentation (on PR)
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' }}
uses: rossjrw/pr-preview-action@v1
with:
source-dir: site # Assuming mkdocs build output is the default 'site' directory
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: python -m build
- if: ${{ github.event.action == 'published' }}
name: Publish package
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit dddf7c0

Please sign in to comment.