Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Update workflows from devops-toolkit #71

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "Parse: pyproject.toml"
id: parse-project-metadata
# yamllint disable-line rule:line-length
uses: os-climate/devops-reusable-workflows/.github/actions/python-versions-matrix@main
uses: os-climate/devops-toolkit/.github/actions/python-versions-matrix@main

builds:
name: "Python builds"
Expand Down Expand Up @@ -97,4 +97,4 @@ jobs:
id: twine-check-artefacts
env:
package-path: ${{ env.package-path }}
uses: os-climate/devops-reusable-workflows/.github/actions/twine-check-artefacts@main
uses: os-climate/devops-toolkit/.github/actions/python-twine-check@main
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: 'Setup PDM for build commands'
uses: pdm-project/setup-pdm@v4
uses: pdm-project/setup-pdm@v4.1

- name: 'Setup Python 3.10'
uses: actions/[email protected]
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
rm dist/*.sig*

- name: 'Setup PDM for build commands'
uses: pdm-project/setup-pdm@v4
uses: pdm-project/setup-pdm@v4.1

- name: 'Publish release to PyPI'
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: "Populate environment variables"
id: parse-project-metadata
# yamllint disable-line rule:line-length
uses: os-climate/devops-reusable-workflows/.github/actions/python-versions-matrix@main
uses: os-climate/devops-toolkit/.github/actions/python-versions-matrix@main

builds:
name: "Python builds"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: "Populate environment variables"
id: parse-project-metadata
# yamllint disable-line rule:line-length
uses: os-climate/devops-reusable-workflows/.github/actions/python-versions-matrix@main
uses: os-climate/devops-toolkit/.github/actions/python-versions-matrix@main

testing:
name: "Run unit tests"
Expand Down
Loading