Skip to content

Commit

Permalink
ci: add ability to run the Release action manually (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
premsrii authored Jan 20, 2023
1 parent ca450a4 commit 42f76a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
workflow_dispatch: {}
jobs:
release-please:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1190,9 +1190,9 @@ scipy==1.10.0 ; python_version >= "3.8" and python_version < "3.11" \
--hash=sha256:b901b423c91281a974f6cd1c36f5c6c523e665b5a6d5e80fcb2334e14670eefd \
--hash=sha256:c8b3cbc636a87a89b770c6afc999baa6bcbb01691b5ccbbc1b1791c7c0a07540 \
--hash=sha256:e096b062d2efdea57f972d232358cb068413dc54eec4f24158bcbb5cb8bddfd8
setuptools==66.0.0 ; python_version >= "3.8" and python_version < "3.11" \
--hash=sha256:a78d01d1e2c175c474884671dde039962c9d74c7223db7369771fcf6e29ceeab \
--hash=sha256:bd6eb2d6722568de6d14b87c44a96fac54b2a45ff5e940e639979a3d1792adb6
setuptools==66.1.0 ; python_version >= "3.8" and python_version < "3.11" \
--hash=sha256:78a02bdea8a5cb66dec1c507598c443bcc75562817d2556c1a17f7a344615bb4 \
--hash=sha256:fc19f9f62120a763300fd78e234b3cbd3417be098f08c156eaaf36420627e57b
simpful==2.9.0 ; python_version >= "3.8" and python_version < "3.11" \
--hash=sha256:29b0c1fe1dab5dc9eb137cf8ac7fad5ca44443398bd3917f14a37df6dc7f55a4 \
--hash=sha256:6d7e8077ac2b2499c3a1b86185cac52cc366d0a578428197b12575e451300855
Expand Down

0 comments on commit 42f76a3

Please sign in to comment.