-
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
4b3b24f
commit b3a26c4
Showing
19 changed files
with
27 additions
and
19 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 |
---|---|---|
|
@@ -104,7 +104,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 }} | ||
|
@@ -134,7 +134,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@v4 | ||
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 |
---|---|---|
|
@@ -93,7 +93,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@v4 | ||
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 |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- 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 |
---|---|---|
|
@@ -46,7 +46,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 |
---|---|---|
|
@@ -44,7 +44,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 |
---|---|---|
|
@@ -59,7 +59,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 |
---|---|---|
|
@@ -112,7 +112,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 |
---|---|---|
|
@@ -64,7 +64,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 |
---|---|---|
|
@@ -45,7 +45,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 |
---|---|---|
|
@@ -55,7 +55,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 |
---|---|---|
|
@@ -56,7 +56,7 @@ on: | |
branches: [main] | ||
jobs: | ||
update-python-and-pre-commit-dependencies: | ||
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' | ||
|