Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit443da59

Browse files
dependabot[bot]gowridurgad
and
gowridurgad
authored
Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pip-install input (#1199)
* Bump actions/publish-action from 0.3.0 to 0.4.0Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.3.0 to 0.4.0.- [Commits](actions/publish-action@v0.3.0...v0.4.0)---updated-dependencies:- dependency-name: actions/publish-action dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>* updated README for pip-install---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: gowridurgad <gowridurgad@gmail.com>
1 parentcfd55ca commit443da59

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎.github/workflows/release-new-action-version.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on:ubuntu-latest
2323
steps:
2424
-name:Update the ${{ env.TAG_NAME }} tag
25-
uses:actions/publish-action@v0.3.0
25+
uses:actions/publish-action@v0.4.0
2626
with:
2727
source-tag:${{ env.TAG_NAME }}
2828
slack-webhook:${{ secrets.SLACK_WEBHOOK }}

‎docs/advanced-usage.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,3 +690,5 @@ The `pip-install` input allows you to install dependencies as part of the Python
690690
```
691691
> Note: This feature is intended for standard pip-based dependency installations.
692692
For complex workflows, or alternative package managers (e.g., poetry, pipenv), we recommend using separate steps to maintain clarity and flexibility.
693+
694+
> The `pip-install` input mirrors the flexibility of a standard pip install command and supports most of its arguments.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp