Skip to content

Bump OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml from 2 to 3#13

Merged
braingram merged 1 commit into
mainfrom
dependabot/github_actions/main/OpenAstronomy/github-actions-workflows/dot-github/workflows/publish_pure_python.yml-3
Jun 22, 2026
Merged

Bump OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml from 2 to 3#13
braingram merged 1 commit into
mainfrom
dependabot/github_actions/main/OpenAstronomy/github-actions-workflows/dot-github/workflows/publish_pure_python.yml-3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml from 2 to 3.

Release notes

Sourced from OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml's releases.

v3.0.0

Breaking Changes

  • removed fill:, fill_platforms:, and fill_factors: in favor of using version glob syntax py3* directly in envs:. For example, to produce the following set of envs:
        envs: |
         - linux: pep8
           pytest: false
         - linux: py311-xdist
         - linux: py312-xdist
         - linux: py313-xdist
         - linux: py314-xdist
         - macos: py311-xdist
         - macos: py312-xdist
         - macos: py313-xdist
         - macos: py314-xdist
    on OpenAstronomy/github-actions-workflows@v2 would have been:
     uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
       with:
         envs: |
           - linux: pep8
             pytest: false
         fill: true
         fill_platforms: linux,macos
         fill_factors: xdist
    Now with OpenAstronomy/github-actions-workflows@v3 you use version globs instead:
     uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v3
       with:
         envs: |
           - linux: pep8
             pytest: false
           - linux: py3*-xdist
           - macos: py3*-xdist

What's Changed

... (truncated)

Commits
  • e5af21e fix bug in passing workflow repo to supported-pythons (#405)
  • 6ae6691 replace fill: parameter with logic to expand py3* glob syntax in envs
  • 8b63a9c DEP: upgrade Github Action dependencies (#398)
  • 8449fec DEP: upgrade cibuildwheel to 4.0.0 (#393)
  • 5d99eb3 Disable codecov comments (#401)
  • a7a7c50 Better Reporting of Coverage Reporting Errors (#399)
  • ade42af Update codecov/codecov-action to 7.0 to fix signature error
  • e113052 Coverage reporting refactor and cleanup (#397)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…_pure_python.yml

Bumps [OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml](https://github.com/openastronomy/github-actions-workflows) from 2 to 3.
- [Release notes](https://github.com/openastronomy/github-actions-workflows/releases)
- [Commits](OpenAstronomy/github-actions-workflows@v2...v3)

---
updated-dependencies:
- dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 22, 2026
@braingram braingram merged commit 25ca4e8 into main Jun 22, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/github_actions/main/OpenAstronomy/github-actions-workflows/dot-github/workflows/publish_pure_python.yml-3 branch June 22, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant