diff --git a/.github/workflows/package-updates.yml b/.github/workflows/package-updates.yml index 1852c52..afdeb11 100644 --- a/.github/workflows/package-updates.yml +++ b/.github/workflows/package-updates.yml @@ -19,37 +19,11 @@ jobs: with: ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} - - uses: actions/setup-python@v4 - - - run: cp Pipfile.lock{,.bak} - - run: pip install pipenv wheel --upgrade - - run: pipenv update - - - id: pipfile-lock-diff - run: | - wget https://gist.githubusercontent.com/ddahan/215472a4aa1805160aba0a77902e40da/raw/83da35ad413b0d1bb437e2d78f5381100cd5b80e/pipenvdiff.py - echo 'diff<> $GITHUB_OUTPUT - python pipenvdiff.py Pipfile.lock{.bak,} >> $GITHUB_OUTPUT - echo 'EOF' >> $GITHUB_OUTPUT - - - run: rm pipenvdiff.py Pipfile.lock.bak - - - uses: peter-evans/create-pull-request@v4 + - uses: gundotio/package-updates/python@v1 with: - title: Package updates - body: | - ``` - ${{ steps.pipfile-lock-diff.outputs.diff }} - ``` - author: GitHub - base: master + title: (Deps) Package updates + commit: Package updates branch: package-updates - committer: GitHub - commit-message: | - Package updates - - ${{ steps.pipfile-lock-diff.outputs.diff }} - delete-branch: true reviewers: | stevelacey wadewilliams diff --git a/.gitignore b/.gitignore index a4eb623..7422543 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /build /coverage /dist +/worf.egg-info