Skip to content

Commit

Permalink
πŸ€– Update dependencies (#41)
Browse files Browse the repository at this point in the history
* πŸ€– Update dependencies

* Version bump

* Adds merge_group event to CI / CD

---------

Co-authored-by: mrharpo <[email protected]>
Co-authored-by: Harpo Harbert <[email protected]>
  • Loading branch information
3 people authored Mar 21, 2024
1 parent f7a35e8 commit 14c9d39
Show file tree
Hide file tree
Showing 6 changed files with 1,203 additions and 1,132 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main
release:
types: [published, edited, prereleased]
merge_group:
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: πŸ§ͺ Integration Tests

on: [push, pull_request, workflow_dispatch]
on: [push, pull_request, merge_group, workflow_dispatch]

jobs:
tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pdm build

- name: πŸ›« Export build files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand All @@ -40,7 +40,7 @@ jobs:
id-token: write
steps:
- name: πŸ›¬ Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: πŸ—ž Publish package
uses: pypa/gh-action-pypi-publish@release/v1
Loading

0 comments on commit 14c9d39

Please sign in to comment.