Skip to content

Commit

Permalink
ci: freeze tools for Pkg action (#273)
Browse files Browse the repository at this point in the history
* freeze tools for Pkg action
* importlib_metadata ==7.2.*
* bump twine ==5.0.*

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Borda and pre-commit-ci[bot] committed Jun 26, 2024
1 parent 2da8edb commit e9d41d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pkg-create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
using: "composite"
steps:
- name: Prepare dev. env
run: pip install "twine==4.0.2" setuptools wheel build
run: pip install -r requirements/gha-package.txt
shell: bash

- name: Create package 📦
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

-
- CI: freeze tools for Pkg action ([#273](https://github.com/Lightning-AI/utilities/pull/273))


## [0.11.2] - 2024-03-28
Expand Down
5 changes: 5 additions & 0 deletions requirements/gha-package.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
twine ==5.0.*
setuptools ==70.1.*
wheel ==0.43.*
build ==1.2.*
importlib_metadata ==7.2.*
2 changes: 1 addition & 1 deletion requirements/gha-schema.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
check-jsonschema ==0.28.6
check-jsonschema ==0.28.*

0 comments on commit e9d41d6

Please sign in to comment.