Skip to content

Commit

Permalink
Merge pull request #2290 from moj-analytical-services/release_workflow
Browse files Browse the repository at this point in the history
release workflow
  • Loading branch information
RobinL authored Jul 24, 2024
2 parents 6aeba22 + 4560a65 commit 2e68920
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/poetry_pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: splink4_dev
ref: master
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
Expand All @@ -23,12 +23,12 @@ jobs:
# Create duckdbless requirements
- name: Run duckdbless setup
run: |
chmod +x ./scripts/duckdb-less_packages.sh
./scripts/duckdb-less_packages.sh
chmod +x ./scripts/duckdb-less_packages.sh
./scripts/duckdb-less_packages.sh
shell: bash
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update duckdbless requirements
# feed exact file for ease
file_pattern: 'duckdbless_requirements.txt'
file_pattern: "duckdbless_requirements.txt"
repository: ./scripts

0 comments on commit 2e68920

Please sign in to comment.