-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
1 parent
377b4d8
commit 0417bd5
Showing
22 changed files
with
53 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ jobs: | |
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }} | ||
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }} | ||
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository | ||
uses: tektronix/python-package-ci-cd/actions/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/actions/[email protected].1 | ||
with: | ||
release-level: ${{ inputs.release-level }} | ||
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }} | ||
|
@@ -139,7 +139,7 @@ jobs: | |
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }} | ||
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }} | ||
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository | ||
uses: tektronix/python-package-ci-cd/actions/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/actions/[email protected].1 | ||
with: | ||
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }} | ||
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
fetch-depth: 0 | ||
- uses: tektronix/python-package-ci-cd/actions/[email protected].0 | ||
- uses: tektronix/python-package-ci-cd/actions/[email protected].1 | ||
id: create-version | ||
with: | ||
package-name: ${{ inputs.package-name }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
github-repository: ${{ github.repository }} | ||
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository | ||
id: fetch-pr-number | ||
uses: tektronix/python-package-ci-cd/actions/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/actions/[email protected].1 | ||
with: | ||
sha: ${{ github.event.workflow_run.head_sha }} | ||
github-repository: ${{ github.repository }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
github-repository: ${{ github.repository }} | ||
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository | ||
id: fetch-pr-number | ||
uses: tektronix/python-package-ci-cd/actions/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/actions/[email protected].1 | ||
with: | ||
sha: ${{ github.event.workflow_run.head_sha }} | ||
github-repository: ${{ github.repository }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,7 @@ jobs: | |
pre-commit-hook-skip-list: ${{ inputs.pre-commit-hook-skip-list }} | ||
export-dependency-groups: ${{ inputs.export-dependency-groups }} | ||
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository | ||
uses: tektronix/python-package-ci-cd/actions/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/actions/[email protected].1 | ||
with: | ||
dependency-dict: ${{ inputs.dependency-dict }} | ||
update-pre-commit: ${{ inputs.update-pre-commit }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 | ||
with: | ||
fetch-depth: 0 | ||
- uses: tektronix/python-package-ci-cd/actions/[email protected].0 | ||
- uses: tektronix/python-package-ci-cd/actions/[email protected].1 | ||
id: create-version | ||
with: | ||
package-name: my-package # required | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
publish-results: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: tektronix/python-package-ci-cd/actions/[email protected].0 | ||
- uses: tektronix/python-package-ci-cd/actions/[email protected].1 | ||
id: fetch-pr-number | ||
with: | ||
sha: ${{ github.event.workflow_run.head_sha }} # required | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
fetch-tags: true | ||
- uses: tektronix/python-package-ci-cd/actions/[email protected].0 | ||
- uses: tektronix/python-package-ci-cd/actions/[email protected].1 | ||
with: | ||
release-level: ${{ inputs.release-level }} # optional | ||
previous-changelog-filepath: .previous_changelog_for_template.md # optional | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.checkout-token }} | ||
- uses: tektronix/python-package-ci-cd/actions/[email protected].0 | ||
- uses: tektronix/python-package-ci-cd/actions/[email protected].1 | ||
with: | ||
repo-root: . # optional, defaults to the current working directory | ||
install-dependencies: false # optional, this will almost never need to be set to true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ on: | |
branches: [main] | ||
jobs: | ||
analyze: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
languages-array: '["python", "javascript"]' | ||
codeql-queries: security-extended,security-and-quality | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ on: | |
branches: [main] | ||
jobs: | ||
enforce-community-standards: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
``` | ||
[workflow-file]: ../.github/workflows/_reusable-enforce-community-standards.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ concurrency: | |
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} | ||
jobs: | ||
package-build: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
package-name: my_package # required | ||
python-versions-array: '["3.9", "3.10", "3.11", "3.12"]' # required | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,7 +135,7 @@ concurrency: # This concurrency is not required, but can be added if extra cont | |
group: pypi | ||
jobs: | ||
package-release: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
package-name: my-package # required | ||
repo-name: owner/my-package # required | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ concurrency: # This concurrency is not required, but can be added if extra cont | |
group: pypi | ||
jobs: | ||
package-testpypi: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
package-name: my-package # required | ||
repo-name: owner/my-package # required | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ on: | |
types: [completed] | ||
jobs: | ||
publish-api-comparison: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
permissions: | ||
checks: write | ||
pull-requests: write | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ on: | |
types: [completed] | ||
jobs: | ||
publish-test-results: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
operating-systems-array: '["ubuntu", "windows", "macos"]' # required | ||
permissions: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ on: | |
types: [published] | ||
jobs: | ||
sbom-scan: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
permissions: | ||
security-events: write | ||
contents: write | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,7 +134,7 @@ concurrency: | |
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} | ||
jobs: | ||
test-code: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
repo-name: owner/repo # required | ||
operating-systems-array: '["ubuntu", "windows", "macos"]' # optional | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ concurrency: | |
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} | ||
jobs: | ||
test-docs: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
node-version: 20 # required | ||
python-version: '3.11' # required | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ on: | |
jobs: | ||
update-python-and-pre-commit-dependencies: | ||
if: ${{ github.actor == 'dependabot[bot]' && contains(github.head_ref, '/pip/') }} # Only run the job for Dependabot PRs | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
commit-user-name: 'User Name' | ||
commit-user-email: 'user-email' | ||
|